| [pytest] | |
| testpaths = tests | |
| python_files = test_*.py | |
| python_classes = Test* | |
| python_functions = test_* | |
| markers = | |
| unit: Unit tests for individual components | |
| integration: Integration tests for workflows | |
| slow: Tests that take longer than 1 second | |
| requires_gpu: Tests that require GPU | |
| requires_services: Tests that require running services | |
| addopts = | |
| -v | |
| --tb=short | |
| --strict-markers | |
| -ra | |
| minversion = 7.0 | |