From 744a017eedf2c6792c3297856b1964499181dca8 Mon Sep 17 00:00:00 2001 From: Daniel Date: Mon, 11 Dec 2023 00:08:25 +0100 Subject: [PATCH] unique check no longer necessary --- pytest_abra/coordinator.py | 1 - 1 file changed, 1 deletion(-) diff --git a/pytest_abra/coordinator.py b/pytest_abra/coordinator.py index 99da549..84d08a5 100644 --- a/pytest_abra/coordinator.py +++ b/pytest_abra/coordinator.py @@ -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: