Spaces:
Sleeping
Sleeping
File size: 145 Bytes
510ab6f | 1 2 3 4 5 6 7 8 | [pytest]
testpaths = tests
asyncio_mode = auto
python_files = test_*.py
python_classes = Test*
python_functions = test_*
addopts = -v --tb=short
|