This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/local-test.sh

9 lines
146 B
Bash
Raw Normal View History

2015-10-20 16:24:12 +00:00
set -e
export TEST=true
export TROLLIUSDEBUG=1
python -m unittest discover -f
python -m test.registry_tests -f
2016-03-09 21:20:28 +00:00
#python -m test.queue_threads -f