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