From 73ec4642920424720dbddf59815d129736ac3c27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 4 Oct 2016 11:58:38 +0200 Subject: [PATCH] py.test: run with -x (stop at first error) and --ff (failed test first) --- setup.cfg | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index ee29c944..274157ea 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [tool:pytest] -addopts = -v --cov pillar --cov-report term-missing --ignore node_modules +addopts = -v --cov pillar --cov-report term-missing --ignore node_modules -x --ff [pep8] max-line-length = 100