summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2017-07-24 16:52:36 +0200
committerFlorian Bruhin <git@the-compiler.org>2017-07-24 16:52:36 +0200
commit79c088d3a467d6cc605f811af3c8a9847a4c3ce5 (patch)
tree3cf29b50bd568f1a97d6a63145069152ac5b4806 /pytest.ini
parentcb2dbc1e0a27bf546dec0df61203c540080d777c (diff)
downloadqutebrowser-79c088d3a467d6cc605f811af3c8a9847a4c3ce5.tar.gz
qutebrowser-79c088d3a467d6cc605f811af3c8a9847a4c3ce5.zip
pytest.ini: Add benchmark-columns
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini2
1 files changed, 1 insertions, 1 deletions
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)