Files
notytex/pytest.ini
2025-08-04 08:43:42 +02:00

16 lines
343 B
INI

[tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
-v
--tb=short
--strict-markers
--cov=.
--cov-report=term-missing
--cov-report=html:htmlcov
--cov-exclude=tests/*
filterwarnings =
ignore::DeprecationWarning
ignore::PendingDeprecationWarning