diff options
author | Florian Bruhin <me@the-compiler.org> | 2020-07-29 10:32:46 +0200 |
---|---|---|
committer | Florian Bruhin <me@the-compiler.org> | 2020-07-29 10:32:46 +0200 |
commit | 1c2692168694cfcf0b53741788fa882d4b39320c (patch) | |
tree | b391384113473b45dd307b5d7955c85663c9e61c /pytest.ini | |
parent | 2da53a6be070dde47275a095d4d6a356524d040c (diff) | |
download | qutebrowser-1c2692168694cfcf0b53741788fa882d4b39320c.tar.gz qutebrowser-1c2692168694cfcf0b53741788fa882d4b39320c.zip |
pytest: Use new strict flags
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 8c6b7853b..4db4a2217 100644 --- a/pytest.ini +++ b/pytest.ini @@ -1,6 +1,6 @@ [pytest] log_level = NOTSET -addopts = --strict --instafail --benchmark-columns=Min,Max,Median +addopts = --strict-markers --strict-config --instafail --benchmark-columns=Min,Max,Median testpaths = tests markers = gui: Tests using the GUI (e.g. spawning widgets) |