rohanjain2312's picture
Implement complete Self-Healing Code Agent framework
df72e5d
Raw
History Blame Contribute Delete
317 Bytes
[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