Spaces:
Sleeping
Sleeping
File size: 227 Bytes
b84ea83 | 1 2 3 4 5 6 7 8 9 10 11 12 | [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
|