kopia lustrzana https://github.com/bugout-dev/dao
Documented new behavior in "./test.sh -h"
rodzic
6738b0e821
commit
0d8e00931b
8
test.sh
8
test.sh
|
@ -5,7 +5,13 @@
|
||||||
# pip install -e .[dev]
|
# pip install -e .[dev]
|
||||||
|
|
||||||
usage() {
|
usage() {
|
||||||
echo "Usage: $0"
|
echo "Usage: $0" [TEST_SPEC ...]
|
||||||
|
echo
|
||||||
|
echo "Arguments:"
|
||||||
|
echo "----------"
|
||||||
|
echo "TEST_SPEC"
|
||||||
|
echo "\tPython unittest specification of which test to run, following: https://docs.python.org/3/library/unittest.html#command-line-interface"
|
||||||
|
echo "\tFor example: $0 dao.test_moonstream.TestERC20"
|
||||||
}
|
}
|
||||||
|
|
||||||
if [ "$1" = "-h" ] || [ "$1" = "--help" ]
|
if [ "$1" = "-h" ] || [ "$1" = "--help" ]
|
||||||
|
|
Ładowanie…
Reference in New Issue