refactor so that coordinator instance is available in runner instance (#8)
-> all program states available Reviewed-on: local-it-infrastructure/e2e_tests#8 Co-authored-by: Daniel <d.brummerloh@gmail.com> Co-committed-by: Daniel <d.brummerloh@gmail.com>
This commit is contained in:
parent
f9c21c6e6b
commit
4c5a470a70
15 changed files with 74 additions and 53 deletions
|
|
@ -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"
|
||||
Loading…
Add table
Add a link
Reference in a new issue