aboutsummaryrefslogtreecommitdiffstats
path: root/moon_pythonunittest/run_tests.sh
blob: 688166f062fb197d9d8101c0871519e9447714b8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
#!/usr/bin/env bash

cd /data
pip3 install -r tests/unit_python/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
pytest --cov  --cov-report term  --cov-report html --cov-report xml .