e2e framework: introduce todo sub packages

This commit is contained in:
Patrick Ohly 2022-08-26 09:56:09 +02:00
parent 37d562b454
commit e95c2dbbe3

View File

@ -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.