Visual-Image / pyproject.toml
VesperAI's picture
addede a Production Branch
60444f3
raw
history blame contribute delete
166 Bytes
[tool.pytest.ini_options]
pythonpath = "."
testpaths = ["tests"]
python_files = ["test_*.py"]
asyncio_mode = "strict"
asyncio_default_fixture_loop_scope = "function"