unique check no longer necessary
This commit is contained in:
parent
5ce6be9745
commit
744a017eed
1 changed files with 0 additions and 1 deletions
|
|
@ -36,7 +36,6 @@ class Coordinator:
|
||||||
logger.info("calling prepare_tests()")
|
logger.info("calling prepare_tests()")
|
||||||
self.DIR.create_all_dirs()
|
self.DIR.create_all_dirs()
|
||||||
self.ENV.copy_env_files(self.DIR)
|
self.ENV.copy_env_files(self.DIR)
|
||||||
# todo: check that tests are unique
|
|
||||||
# todo: create random testuser creds and load them
|
# todo: create random testuser creds and load them
|
||||||
|
|
||||||
def run_tests(self) -> None:
|
def run_tests(self) -> None:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue