refactor so that coordinator instance is available in runner instance #8
1 changed files with 0 additions and 1 deletions
|
|
@ -39,7 +39,6 @@ class Runner:
|
||||||
|
|
||||||
logger.info(f"creating instance of {self.__class__.__name__}")
|
logger.info(f"creating instance of {self.__class__.__name__}")
|
||||||
assert self.test_dir_name
|
assert self.test_dir_name
|
||||||
self.root_dir = Path(__file__).parent
|
|
||||||
|
|
||||||
def run_setups(self):
|
def run_setups(self):
|
||||||
"""runs the setup scripts if available"""
|
"""runs the setup scripts if available"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue