spiff-element-units/dev/bin/run_tests

10 lines
350 B
Bash
Executable File

#!/bin/bash
export PYTHONPATH="/module/spiff-element-units/.env/lib/python3.9/site-packages/"
cd /integration
python -m unittest discover -s tests -p test_\*.py -t .
# with the current test setup using unittest-parallel is significantly slower
# if tests start to slow down look into bringing it back
#unittest-parallel -s tests -p test_\*.py -t .