summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
authorFlorian Bruhin <me@the-compiler.org>2020-07-31 14:35:59 +0200
committerFlorian Bruhin <me@the-compiler.org>2020-07-31 14:35:59 +0200
commit41bcada133b7235db698a2354df27585438b6a4b (patch)
tree3a2dd43d321e40ef1f936e61235de325bd620b14 /pytest.ini
parent1490135cb992fc4874fea8ba4cad7c054243fd31 (diff)
parent71ab96eb3ce3242a2863403943ce097230800cce (diff)
downloadqutebrowser-41bcada133b7235db698a2354df27585438b6a4b.tar.gz
qutebrowser-41bcada133b7235db698a2354df27585438b6a4b.zip
Merge branch 'master' into pr/5457
Diffstat (limited to 'pytest.ini')
-rw-r--r--pytest.ini9
1 files changed, 8 insertions, 1 deletions
diff --git a/pytest.ini b/pytest.ini
index 05ea3d81e..49cbc7262 100644
--- a/pytest.ini
+++ b/pytest.ini
@@ -1,7 +1,14 @@
[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
+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.