diff options
author | 2018-03-08 14:25:17 +0000 | |
---|---|---|
committer | 2018-03-08 14:25:17 +0000 | |
commit | 0f97a918f583edfe1c2e92ce4abadd7aef3b1c4f (patch) | |
tree | c1f13b9fdca36be3f371442bb5bb11f875239a6f /moon_pythonunittest | |
parent | 9a2e6721376547244e53dbb92ea596f526a9c865 (diff) | |
parent | 7343cf25ad890e18b2f5b8d35c6acfc821dfd5ec (diff) |
Merge "Add import and export pdps"
Diffstat (limited to 'moon_pythonunittest')
-rw-r--r-- | moon_pythonunittest/run_tests.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/moon_pythonunittest/run_tests.sh b/moon_pythonunittest/run_tests.sh index 8175d00b..b59a9ec2 100644 --- a/moon_pythonunittest/run_tests.sh +++ b/moon_pythonunittest/run_tests.sh @@ -9,5 +9,5 @@ then bash /data/tests/unit_python/run_tests.sh; fi -cd /data/tests/python_python -pytest . +cd /data/tests/unit_python +pytest -s . |