Not really sure how many versions of pytest we should support? But then again, we might as well for now...
10 lines
172 B
INI
10 lines
172 B
INI
[pytest]
|
|
xfail_strict = true
|
|
markers =
|
|
online: Online tests, aka. disabled tests...
|
|
addopts =
|
|
--strict
|
|
-m "not online"
|
|
testpaths = tests
|
|
filterwarnings = error
|