From 686873c39cc5476677dfe980bab898018b8e5bf8 Mon Sep 17 00:00:00 2001 From: Holger Frey Date: Mon, 16 Oct 2017 16:54:57 +0200 Subject: [PATCH] 'make test' runs last failed test if no tests failed before, all tests will be run --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index f24eabc..923ad18 100644 --- a/Makefile +++ b/Makefile @@ -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