Spaces:
Sleeping
Sleeping
File size: 353 Bytes
64d7fdf | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts =
-v
--tb=short
--strict-markers
--disable-warnings
markers =
unit: Unit tests for individual components
integration: Integration tests for API endpoints
slow: Tests that take a long time to run
asyncio_mode = auto
|