Merge pull request #671 from jzelinskie/regtests
add registry tests to local-test
This commit is contained in:
commit
1e76f71e3d
1 changed files with 7 additions and 1 deletions
|
@ -1 +1,7 @@
|
|||
TEST=true TROLLIUSDEBUG=1 python -m unittest discover -f
|
||||
set -e
|
||||
|
||||
export TEST=true
|
||||
export TROLLIUSDEBUG=1
|
||||
|
||||
python -m unittest discover -f
|
||||
python -m test.registry_tests -f
|
||||
|
|
Reference in a new issue