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()