| [pytest] | |
| # Minimal pytest configuration for route registration tests | |
| # This config avoids loading other conftests that have SQLAlchemy issues | |
| pythonpath = . | |
| testpaths = . | |
| python_files = test_*.py | |
| python_classes = Test* | |
| python_functions = test_* | |
| addopts = | |
| asyncio_mode = auto | |