From 341d07bbe3a4303f3e13c6b0c7ead102551d2636 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Tue, 4 Oct 2016 12:01:09 +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 ca98a64..5a3b63c 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,5 +1,5 @@ [tool:pytest] -addopts = -v --cov attract --cov-report term-missing --ignore node_modules +addopts = -v --cov attract --cov-report term-missing --ignore node_modules -x --ff [pep8] max-line-length = 100