Spaces:
Runtime error
Runtime error
File size: 166 Bytes
60444f3 |
1 2 3 4 5 6 |
[tool.pytest.ini_options]
pythonpath = "."
testpaths = ["tests"]
python_files = ["test_*.py"]
asyncio_mode = "strict"
asyncio_default_fixture_loop_scope = "function" |