[pytest] testpaths = tests/unit tests/integration python_files = test_*.py python_classes = Test* python_functions = test_* asyncio_mode = auto markers = integration: marks tests as integration tests (may be slower, mock external services) unit: marks tests as fast unit tests with no I/O addopts = -v --tb=short --strict-markers