This repository has been archived on 2020-03-24. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
quay/local-test.sh
2016-03-09 16:20:28 -05:00

8 lines
146 B
Bash
Executable file

set -e
export TEST=true
export TROLLIUSDEBUG=1
python -m unittest discover -f
python -m test.registry_tests -f
#python -m test.queue_threads -f