Modified the names of the Makefile test targets.

This commit is contained in:
SET 2020-08-16 11:34:40 -03:00
parent 10c0f21d84
commit 0de6776cb6
1 changed files with 2 additions and 2 deletions

View File

@ -28,12 +28,12 @@ lint: doc
flake8 . --count --statistics
rm kiplot.py
test: lint
test_tmp: lint
$(PY_COV) erase
$(PYTEST)
$(PY_COV) report
test_local: lint
test: lint
rm -rf output
rm -f example.kiplot.yaml
$(PY_COV) erase