Skip to content

Commit d60dd38

Browse files
committed
Added utility method to compute tests and tests with coverage in the Makefile
1 parent 8b13952 commit d60dd38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,11 @@ jdh_doc_snapshot:
4444
python make.py html latex sf sfpdf;
4545

4646

47+
test:
48+
${PYTHON} tests.py
4749

4850

51+
test-coverage:
52+
${PYTHON} tests.py --with-coverage --cover-package=matplotlib
53+
4954

0 commit comments

Comments
 (0)