diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/functional/run_tests.sh | 3 | ||||
-rw-r--r-- | tests/python_unit/run_tests.sh | 10 |
2 files changed, 12 insertions, 1 deletions
diff --git a/tests/functional/run_tests.sh b/tests/functional/run_tests.sh new file mode 100644 index 00000000..ced0f9f7 --- /dev/null +++ b/tests/functional/run_tests.sh @@ -0,0 +1,3 @@ +#!/usr/bin/env bash + +echo "starting Moon Functional Tests" diff --git a/tests/python_unit/run_tests.sh b/tests/python_unit/run_tests.sh index 86a5e06a..33c1ab98 100644 --- a/tests/python_unit/run_tests.sh +++ b/tests/python_unit/run_tests.sh @@ -1,4 +1,12 @@ #!/usr/bin/env bash -cd ${MOON_HOME}/python_moonclient +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 |