diff options
author | Florian Bruhin <git@the-compiler.org> | 2017-07-24 16:52:36 +0200 |
---|---|---|
committer | Florian Bruhin <git@the-compiler.org> | 2017-07-24 16:52:36 +0200 |
commit | 79c088d3a467d6cc605f811af3c8a9847a4c3ce5 (patch) | |
tree | 3cf29b50bd568f1a97d6a63145069152ac5b4806 /pytest.ini | |
parent | cb2dbc1e0a27bf546dec0df61203c540080d777c (diff) | |
download | qutebrowser-79c088d3a467d6cc605f811af3c8a9847a4c3ce5.tar.gz qutebrowser-79c088d3a467d6cc605f811af3c8a9847a4c3ce5.zip |
pytest.ini: Add benchmark-columns
Diffstat (limited to 'pytest.ini')
-rw-r--r-- | pytest.ini | 2 |
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) |