surahj
Initial commit
64f3974
raw
history blame
373 Bytes
[tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
-v
--tb=short
--strict-markers
--disable-warnings
--cov=src
--cov-report=term-missing
--cov-report=html:htmlcov
--cov-report=xml
markers =
unit: Unit tests
integration: Integration tests
slow: Slow running tests