techprotrade's picture
Deploy ATOM FastAPI command center runtime (part 8)
aef804e verified
Raw
History Blame Contribute Delete
289 Bytes
[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