7 lines
113 B
Bash
Executable file
7 lines
113 B
Bash
Executable file
set -e
|
|
|
|
export TEST=true
|
|
export TROLLIUSDEBUG=1
|
|
|
|
python -m unittest discover -f
|
|
python -m test.registry_tests -f
|