chore: initialize monorepo with project scaffolding, configs, and CI setup
This commit is contained in:
7
pyproject.toml
Normal file
7
pyproject.toml
Normal file
@ -0,0 +1,7 @@
|
||||
[tool.pytest.ini_options]
|
||||
addopts = "-ra"
|
||||
testpaths = [
|
||||
"apps/coordinator-api/tests",
|
||||
"apps/miner-node/tests"
|
||||
]
|
||||
asyncio_default_fixture_loop_scope = "function"
|
||||
Reference in New Issue
Block a user