9 lines
285 B
INI
9 lines
285 B
INI
|
[pytest]
|
||
|
addopts = -r a --strict-config --strict-markers --import-mode=importlib --cov pep_sphinx_extensions --cov-report html --cov-report xml
|
||
|
empty_parameter_set_mark = fail_at_collect
|
||
|
filterwarnings =
|
||
|
error
|
||
|
minversion = 6.0
|
||
|
testpaths = pep_sphinx_extensions
|
||
|
xfail_strict = True
|