Spaces:
Sleeping
Sleeping
| [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 | |