various #16

Merged
dan merged 94 commits from various into dev 2023-12-14 14:04:01 +01:00
Showing only changes of commit 744a017eed - Show all commits

View file

@ -36,7 +36,6 @@ class Coordinator:
logger.info("calling prepare_tests()")
self.DIR.create_all_dirs()
self.ENV.copy_env_files(self.DIR)
# todo: check that tests are unique
# todo: create random testuser creds and load them
def run_tests(self) -> None: