diff options
author | 2018-02-27 13:51:25 +0100 | |
---|---|---|
committer | 2018-03-08 14:30:45 +0100 | |
commit | 7343cf25ad890e18b2f5b8d35c6acfc821dfd5ec (patch) | |
tree | 635e01c4a17326a05c4ec40b3df48d2d33a0de59 /moon_pythonunittest | |
parent | c5104c3308f7aa6cb44a678a25c553c027c249be (diff) |
Add import and export pdps
Change-Id: I2c9b1f2b86af862887df4b890cd8b11db7c308ee
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 . |