From 79c088d3a467d6cc605f811af3c8a9847a4c3ce5 Mon Sep 17 00:00:00 2001 From: Florian Bruhin Date: Mon, 24 Jul 2017 16:52:36 +0200 Subject: [PATCH] pytest.ini: Add benchmark-columns --- pytest.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pytest.ini b/pytest.ini index 225d64d9a..36ff6b870 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,5 +1,5 @@ [pytest] -addopts = --strict -rfEw --faulthandler-timeout=70 --instafail --pythonwarnings error +addopts = --strict -rfEw --faulthandler-timeout=70 --instafail --pythonwarnings error --benchmark-columns=Min,Max,Mean testpaths = tests markers = gui: Tests using the GUI (e.g. spawning widgets)