Files
github-sponsors-webhook-bot/pytest.ini
2025-05-25 22:43:49 +02:00

13 lines
252 B
INI

[pytest]
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = --verbose --cov=. --cov-report=term-missing
testpaths = tests
markers =
unit: Unit tests
integration: Integration tests
slow: Slow running tests