Files
aitbc/pyproject.toml

8 lines
168 B
TOML

[tool.pytest.ini_options]
addopts = "-ra"
testpaths = [
"apps/coordinator-api/tests",
"apps/miner-node/tests"
]
asyncio_default_fixture_loop_scope = "function"