From a3834d043b85f71134fd9098829160223bb3d13b Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Wed, 19 Jul 2017 12:22:30 +0200 Subject: [PATCH] pytest: Set testpaths --- pytest.ini | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest.ini b/pytest.ini index ad1a56086..225d64d9a 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,6 @@ [pytest] addopts = --strict -rfEw --faulthandler-timeout=70 --instafail --pythonwarnings error +testpaths = tests markers = gui: Tests using the GUI (e.g. spawning widgets) posix: Tests which only can run on a POSIX OS.