Spaces:
Sleeping
Sleeping
File size: 166 Bytes
8348919 |
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" |