10 lines
180 B
INI
10 lines
180 B
INI
[pytest]
|
|
xfail_strict = true
|
|
markers =
|
|
online: Online tests, aka. disabled tests...
|
|
addopts =
|
|
--strict-markers
|
|
-m "not online"
|
|
testpaths = tests
|
|
filterwarnings = error
|