From e95c2dbbe3579ab0c563bd124b04c2d9eeb17b7a Mon Sep 17 00:00:00 2001 From: Patrick Ohly Date: Fri, 26 Aug 2022 09:56:09 +0200 Subject: [PATCH] e2e framework: introduce todo sub packages --- test/e2e/framework/todo/README.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test/e2e/framework/todo/README.md diff --git a/test/e2e/framework/todo/README.md b/test/e2e/framework/todo/README.md new file mode 100644 index 00000000000..868c5f1df29 --- /dev/null +++ b/test/e2e/framework/todo/README.md @@ -0,0 +1,7 @@ +This directory holds sub packages which, in contrast to other sub packages +under test/e2e/framework, may use test/e2e/framework because that is not +depending on them. + +This is an interim solution for moving code without causing cycling +dependencies. All code will be moved from here into the normal sub packages +when the refactoring is done.