| [pytest] | |
| asyncio_mode = auto | |
| testpaths = tests | |
| python_files = test_*.py | |
| python_classes = Test* | |
| python_functions = test_* | |
| markers = | |
| slow: marks tests as slow-running (e.g. rate limiting, model loading) | |
| [pytest] | |
| asyncio_mode = auto | |
| testpaths = tests | |
| python_files = test_*.py | |
| python_classes = Test* | |
| python_functions = test_* | |
| markers = | |
| slow: marks tests as slow-running (e.g. rate limiting, model loading) | |