ghost-shopper-api / python /pytest.ini
azzaraqi
Deploy FastAPI backend with Supabase pooler support
b84ea83
Raw
History Blame Contribute Delete
227 Bytes
[pytest]
asyncio_mode = auto
testpaths = tests
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short
# Suppress SQLAlchemy INFO logs during tests
log_cli = false
log_level = WARNING