15 lines
399 B
INI
15 lines
399 B
INI
[pytest]
|
|
testpaths = integration
|
|
python_files = test_*.py
|
|
python_classes = Test*
|
|
python_functions = test_*
|
|
addopts =
|
|
-v
|
|
--tb=short
|
|
--strict-markers
|
|
markers =
|
|
integration: Integration tests requiring running services
|
|
slow: Slow tests (>5s execution time)
|
|
e2e: End-to-end tests requiring full pipeline
|
|
gpu: GPU tests requiring CUDA and image generation
|
|
asyncio_mode = auto
|