We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3189708 commit 5112fbaCopy full SHA for 5112fba
Makefile
@@ -52,5 +52,8 @@ test_general:
52
unittests:
53
PYTHONPATH=${CURDIR}/autospec coverage run -m unittest discover -b -s tests -p 'test_*.py' && coverage report
54
55
+unittests-no-coverage:
56
+ PYTHONPATH=${CURDIR}/autospec python3 -m unittest discover -b -s tests -p 'test_*.py'
57
+
58
coverage:
59
coverage report -m
0 commit comments