This website works better with JavaScript
Home
Esplora
Aiuto
Registrati
Accedi
FIX
/
cnstream
Segui
3
Vota
0
Forka
0
File
Problemi
0
Pull Requests
0
Wiki
Albero (Tree):
4ed3c4ac1d
Rami (Branch)
Tag
master
cnstream
/
python
/
test
/
run_pytest.sh
run_pytest.sh
96 B
Cronologia
Originale
1
2
3
4
5
6
# !/bin/bash
CURRENT_DIR=$(cd $(dirname ${BASH_SOURCE[0]});pwd)
pushd $CURRENT_DIR
pytest
popd