[pytest] # Test discovery patterns python_files = test_*.py python_classes = Test* python_functions = test_* # Test paths testpaths = tests # Markers markers = integration: mark test as an integration test (requires full server setup) unit: mark test as a unit test asyncio: mark test as async # Asyncio configuration asyncio_mode = auto # Coverage options addopts = --tb=short # Python path pythonpath = src