[pytest] # Run with: LLM_PROVIDER=mock pytest --asyncio-mode=auto # or: LLM_PROVIDER=mock pytest (if pytest-asyncio >= 0.21 installed) asyncio_mode = auto testpaths = tests python_files = test_*.py python_classes = Test* python_functions = test_* log_cli = true log_cli_level = WARNING addopts = --asyncio-mode=auto