summaryrefslogtreecommitdiff
path: root/pytest.ini
diff options
context:
space:
mode:
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.