summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-29 11:30:35 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-29 11:30:35 +0200
commit7cae34f829307fe758b7c7335cb6f292b4046bc3 (patch)
tree9f098b2fe5c9f2e87cb76013857ddf74b2c878fe /pytest.ini
parent0a3d81ba2567a2d21001c816e5dc5e8d58e09d4f (diff)
downloadqutebrowser-7cae34f829307fe758b7c7335cb6f292b4046bc3.tar.gz
qutebrowser-7cae34f829307fe758b7c7335cb6f292b4046bc3.zip
pytest: Set required_plugins
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini7
1 files changed, 7 insertions, 0 deletions
diff --git a/pytest.ini b/pytest.ini
index 4db4a2217..a034a27b3 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -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.