pytest: Use new strict flags

This commit is contained in:
Florian Bruhin 2020-07-29 10:32:46 +02:00
parent 2da53a6be0
commit 1c26921686
1 changed files with 1 additions and 1 deletions

View File

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