aboutsummaryrefslogtreecommitdiffstats
path: root/moon_pythonunittest/run_tests.sh
diff options
context:
space:
mode:
authorfrancois.cellier <francois.cellier@orange.com>2018-02-13 13:06:51 +0100
committerfrancois.cellier <francois.cellier@orange.com>2018-02-13 17:01:47 +0100
commitb38ecccb8ab9cd1e631f89c92f6b88e420b2a1b0 (patch)
tree8403f71cef84a5761f533bb6fc7aa08daa234f16 /moon_pythonunittest/run_tests.sh
parent4841ea360bb6feec4d2c644040e12a2657769634 (diff)
Add the moon_pythonfunctest container to perform functionnal tests
Change-Id: I2be863862ce7df408f759664b10af45416b3d712
Diffstat (limited to 'moon_pythonunittest/run_tests.sh')
-rw-r--r--moon_pythonunittest/run_tests.sh6
1 files changed, 3 insertions, 3 deletions
diff --git a/moon_pythonunittest/run_tests.sh b/moon_pythonunittest/run_tests.sh
index 6c586f87..8175d00b 100644
--- a/moon_pythonunittest/run_tests.sh
+++ b/moon_pythonunittest/run_tests.sh
@@ -1,13 +1,13 @@
#!/usr/bin/env bash
cd /data
-pip3 install -r tests/unit_python/requirements.txt --upgrade
-pip3 install .
+#pip3 install -r tests/python_unit/requirements.txt --upgrade
+#pip3 install .
if [ -f /data/tests/unit_python/run_tests.sh ];
then
bash /data/tests/unit_python/run_tests.sh;
fi
-cd /data/tests/unit_python
+cd /data/tests/python_python
pytest .