aboutsummaryrefslogtreecommitdiffstats
path: root/tests/python_unit/run_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'tests/python_unit/run_tests.sh')
-rw-r--r--tests/python_unit/run_tests.sh12
1 files changed, 12 insertions, 0 deletions
diff --git a/tests/python_unit/run_tests.sh b/tests/python_unit/run_tests.sh
new file mode 100644
index 00000000..33c1ab98
--- /dev/null
+++ b/tests/python_unit/run_tests.sh
@@ -0,0 +1,12 @@
+#!/usr/bin/env bash
+
+echo "starting Moon Functional Tests"
+
+cd python_moonutilities
+docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest
+
+cd ../python_moondb
+docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest
+
+cd ../python_moonclient
+docker run --rm --volume $(pwd):/data wukongsun/moon_python_unit_test:latest \ No newline at end of file