Files
Timothée Mazzucotelli 8b14417735 chore: Template upgrade
2024-06-12 20:40:22 +02:00

15 lines
284 B
INI

[pytest]
python_files =
test_*.py
addopts =
--cov
--cov-config config/coverage.ini
testpaths =
tests
# action:message_regex:warning_class:module_regex:line
filterwarnings =
error
# TODO: remove once pytest-xdist 4 is released
ignore:.*rsyncdir:DeprecationWarning:xdist