cidadao.ai-models / pytest.ini
neural-thinker's picture
feat: initial cidadao.ai-models deployment
b95e73a
raw
history blame contribute delete
564 Bytes
[tool:pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
--strict-markers
--verbose
--tb=short
--cov=src
--cov-report=term-missing
--cov-report=html:htmlcov
--cov-report=xml
--cov-fail-under=80
--asyncio-mode=auto
--disable-warnings
markers =
unit: Unit tests that don't require external dependencies
integration: Integration tests that test multiple components
slow: Tests that take more than 1 second
api: API-related tests
asyncio_mode = auto