refactor so that coordinator instance is available in runner instance #8

Merged
dan merged 16 commits from coordinator-in-runner into dev 2023-12-06 12:05:15 +01:00
Showing only changes of commit b220bc7d7e - Show all commits

View file

@ -20,4 +20,5 @@ target-version = "py311"
[tool.pytest.ini_options]
python_functions = "test_* setup_*"
norecursedirs = "previous-work recipes"
norecursedirs = ".* previous-work recipes"
testpaths = "tests"