Make test setup more strict

This commit is contained in:
Mads Marquart
2019-09-08 23:17:07 +02:00
parent fc7cc4ca38
commit 7416c8b7fc

View File

@@ -1,6 +1,10 @@
[pytest]
xfail_strict=true
xfail_strict = true
markers =
offline: Offline tests, aka. tests that can be executed without the need of a client
expensive: Expensive tests, which should be executed sparingly
addopts = -m "not expensive"
addopts =
--strict-markers
-m "not expensive"
testpaths = tests
filterwarnings = error