unique check no longer necessary

This commit is contained in:
Daniel 2023-12-11 00:08:25 +01:00
parent 5ce6be9745
commit 744a017eed

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: