pytest.ini: Add benchmark-columns

This commit is contained in:
Florian Bruhin 2017-07-24 16:52:36 +02:00
parent cb2dbc1e0a
commit 79c088d3a4

View File

@ -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)