pytest: Use new strict flags
This commit is contained in:
parent
2da53a6be0
commit
1c26921686
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in New Issue