[pytest]
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short --cov=src --cov-report=term-missing
markers =
unit: Fast unit tests that don't require external resources (default)
integration: Integration tests that may require mocking external services
e2e: End-to-end tests that require real infrastructure
slow: Tests that take a long time to run
network: Tests that require network connectivity
docker: Tests that require Docker to be available
postgresql: Tests that require PostgreSQL to be available
ansible: Tests that require Ansible to be available
ssh: Tests that require SSH connectivity
mock_only: Tests that should only run with mocked dependencies