From fec4e0a6ea23a204de1a0ec083f35c81965785a0 Mon Sep 17 00:00:00 2001 From: Daniel Date: Sun, 10 Dec 2023 18:01:42 +0100 Subject: [PATCH] add todo --- pytest_abra/coordinator.py | 1 + 1 file changed, 1 insertion(+) diff --git a/pytest_abra/coordinator.py b/pytest_abra/coordinator.py index c302c76..c044276 100644 --- a/pytest_abra/coordinator.py +++ b/pytest_abra/coordinator.py @@ -38,6 +38,7 @@ class Coordinator: 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 # todo: run setups # todo: run tests