Modified the names of the Makefile test targets.
This commit is contained in:
parent
10c0f21d84
commit
0de6776cb6
4
Makefile
4
Makefile
|
|
@ -28,12 +28,12 @@ lint: doc
|
||||||
flake8 . --count --statistics
|
flake8 . --count --statistics
|
||||||
rm kiplot.py
|
rm kiplot.py
|
||||||
|
|
||||||
test: lint
|
test_tmp: lint
|
||||||
$(PY_COV) erase
|
$(PY_COV) erase
|
||||||
$(PYTEST)
|
$(PYTEST)
|
||||||
$(PY_COV) report
|
$(PY_COV) report
|
||||||
|
|
||||||
test_local: lint
|
test: lint
|
||||||
rm -rf output
|
rm -rf output
|
||||||
rm -f example.kiplot.yaml
|
rm -f example.kiplot.yaml
|
||||||
$(PY_COV) erase
|
$(PY_COV) erase
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue