Browse Source

'make test' runs last failed test

if no tests failed before, all tests will be run
master
Holger Frey 7 years ago
parent
commit
686873c39c
  1. 2
      Makefile

2
Makefile

@ -50,7 +50,7 @@ lint: ## check style with flake8
flake8 ordr2 tests flake8 ordr2 tests
test: ## run tests quickly with the default Python test: ## run tests quickly with the default Python
py.test py.test --lf
coverage: ## check code coverage quickly with the default Python coverage: ## check code coverage quickly with the default Python
coverage run --source ordr2 -m pytest coverage run --source ordr2 -m pytest