From b094df3bd3feded2e2760c9c4688109eaa19456d Mon Sep 17 00:00:00 2001 From: irbekrm Date: Wed, 10 May 2023 12:09:55 +0100 Subject: [PATCH] Add a comment about splitting this package Signed-off-by: irbekrm --- test/framework/framework.go | 3 +++ 1 file changed, 3 insertions(+) diff --git a/test/framework/framework.go b/test/framework/framework.go index c863f991f..d9609ec35 100644 --- a/test/framework/framework.go +++ b/test/framework/framework.go @@ -47,6 +47,9 @@ import ( "github.com/cert-manager/cert-manager/test/framework/util/errors" ) +// TODO: not all this code is required to be externally accessible. Separate the +// bits that do and the bits that don't. Perhaps we should have an external +// testing lib shared across projects? // TODO: this really should be done somewhere in cert-manager proper var Scheme = runtime.NewScheme()