summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <git@the-compiler.org>2018-02-06 23:17:40 +0100
committerFlorian Bruhin <git@the-compiler.org>2018-02-06 23:17:40 +0100
commit20d5b4e384e812a64b547220f7341c6004c602e5 (patch)
tree068679b39a9eba658030ee17edad871aebda7325 /pytest.ini
parent9eefbf24a25a96fcd50c0bf9268eea381e391c2a (diff)
downloadqutebrowser-20d5b4e384e812a64b547220f7341c6004c602e5.tar.gz
qutebrowser-20d5b4e384e812a64b547220f7341c6004c602e5.zip
Update pytest log handling
In pytest 3.4, we now need to explicitly set the log level and caplog.at_level now sets the level of the root handler.
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 4fefa0f77..56cd808ad 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,4 +1,5 @@
[pytest]
+log_level = NOTSET
addopts = --strict -rfEw --faulthandler-timeout=90 --instafail --pythonwarnings error --benchmark-columns=Min,Max,Median
testpaths = tests
markers =