2022-04-26 15:07:20 -04:00
|
|
|
[pytest]
|
2023-09-04 23:44:46 -04:00
|
|
|
# https://docs.pytest.org/en/7.3.x/reference/reference.html#command-line-flags
|
|
|
|
addopts =
|
|
|
|
-r a
|
|
|
|
--strict-config
|
|
|
|
--strict-markers
|
|
|
|
--import-mode=importlib
|
|
|
|
--cov check_peps --cov pep_sphinx_extensions
|
|
|
|
--cov-report html --cov-report xml
|
2022-04-26 15:07:20 -04:00
|
|
|
empty_parameter_set_mark = fail_at_collect
|
|
|
|
filterwarnings =
|
|
|
|
error
|
|
|
|
minversion = 6.0
|
|
|
|
testpaths = pep_sphinx_extensions
|
|
|
|
xfail_strict = True
|
2023-09-04 23:44:46 -04:00
|
|
|
disable_test_id_escaping_and_forfeit_all_rights_to_community_support = True
|