Run all unittests in run_checks.sh
This commit is contained in:
parent
50ef772271
commit
bbe19a6798
|
@ -18,9 +18,14 @@ echo
|
||||||
echo "Running test_mwmatching.py"
|
echo "Running test_mwmatching.py"
|
||||||
python3 python/test_mwmatching.py
|
python3 python/test_mwmatching.py
|
||||||
|
|
||||||
|
echo
|
||||||
|
echo "Running test_datastruct.py"
|
||||||
|
python3 python/test_datastruct.py
|
||||||
|
|
||||||
echo
|
echo
|
||||||
echo "Checking test coverage"
|
echo "Checking test coverage"
|
||||||
coverage erase
|
coverage erase
|
||||||
coverage run --branch python/test_mwmatching.py
|
coverage run --branch python/test_datastruct.py
|
||||||
|
coverage run -a --branch python/test_mwmatching.py
|
||||||
coverage report -m
|
coverage report -m
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue