remove test

This commit is contained in:
Daniel 2023-12-05 23:12:04 +01:00
parent ce5530273e
commit 65328d9816

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"""