pytest: Set required_plugins
This commit is contained in:
parent
0a3d81ba25
commit
7cae34f829
|
|
@ -2,6 +2,13 @@
|
|||
log_level = NOTSET
|
||||
addopts = --strict-markers --strict-config --instafail --benchmark-columns=Min,Max,Median
|
||||
testpaths = tests
|
||||
required_plugins =
|
||||
pytest-bdd
|
||||
pytest-benchmark
|
||||
pytest-instafail
|
||||
pytest-mock
|
||||
pytest-qt
|
||||
pytest-rerunfailures
|
||||
markers =
|
||||
gui: Tests using the GUI (e.g. spawning widgets)
|
||||
posix: Tests which only can run on a POSIX OS.
|
||||
|
|
|
|||
Loading…
Reference in New Issue