add todos
This commit is contained in:
parent
3ffa2f8ecd
commit
ebac7f49fd
1 changed files with 5 additions and 0 deletions
|
|
@ -32,11 +32,16 @@ class Coordinator:
|
|||
self.ENV = EnvManager(env_paths=env_paths, RUNNER_DICT=self.RUNNER_DICT)
|
||||
self.TIMEOUT = timeout
|
||||
|
||||
# todo: prepare tests
|
||||
def setup_test(self) -> None:
|
||||
logger.info("calling setup_test()")
|
||||
self.DIR.create_all_dirs()
|
||||
self.ENV.copy_env_files(self.DIR)
|
||||
# todo: check that tests are unique
|
||||
|
||||
# todo: run setups
|
||||
# todo: run tests
|
||||
# todo: run cleanups
|
||||
def run_test(self) -> None:
|
||||
logger.info("calling run_test()")
|
||||
self.runners: list[Runner] = self._load_runners(self.ENV.env_files)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue