diff options
Diffstat (limited to 'moonv4/templates/python_unit_test/run_tests.sh')
-rw-r--r-- | moonv4/templates/python_unit_test/run_tests.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/moonv4/templates/python_unit_test/run_tests.sh b/moonv4/templates/python_unit_test/run_tests.sh new file mode 100644 index 00000000..68b75efa --- /dev/null +++ b/moonv4/templates/python_unit_test/run_tests.sh @@ -0,0 +1,7 @@ +#!/usr/bin/env bash + +cd /data +pip3 install . + +cd /data/tests/unit_python +pytest . |