remove unused root_dir

This commit is contained in:
Daniel 2023-12-05 23:10:23 +01:00
parent 813804e33a
commit ce5530273e

View file

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