Marc Cataford
a341b462c7
* fix(backend): centralized settings, fix refs * build(backend): pytest configuration points at the right path * build(backend): test tooling script * ci(backend): use taskfile to trigger tests in ci * test(backend): stub db-test * ci(backend): use Task for backend steps, remove redundant bootstrap
5 lines
66 B
TOML
5 lines
66 B
TOML
[tool.pytest.ini_options]
|
|
pythonpath=[
|
|
".",
|
|
"./rotini",
|
|
]
|