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 65328d9816 - Show all commits

View file

@ -38,7 +38,6 @@ class Runner:
self.config = self.env_file.config
logger.info(f"creating instance of {self.__class__.__name__}")
assert self.test_dir_name
def run_setups(self):
"""runs the setup scripts if available"""