kopia lustrzana https://github.com/bugout-dev/dao
Modified test.sh to accept test modules from command line
rodzic
32b9a87656
commit
6738b0e821
5
test.sh
5
test.sh
|
@ -14,5 +14,8 @@ then
|
||||||
exit 2
|
exit 2
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
TEST_COMMAND=${@:-discover}
|
||||||
|
|
||||||
brownie compile
|
brownie compile
|
||||||
python -m unittest discover
|
set -x
|
||||||
|
python -m unittest $TEST_COMMAND
|
||||||
|
|
Ładowanie…
Reference in New Issue