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)