Files

18 lines
404 B
INI
Raw Permalink Normal View History

[tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
--verbose
--tb=short
--strict-markers
--disable-warnings
--cov=tagging_system
--cov-report=term-missing
--cov-report=html:htmlcov
markers =
unit: Unit tests
property: Property-based tests
integration: Integration tests
slow: Slow running tests