MCPcopy Create free account
hub / github.com/coderanger/migrations-operator / TestControllers

Function TestControllers

controllers/suite_test.go:34–40  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

32var suiteHelper *cu.FunctionalSuiteHelper
33
34func TestControllers(t *testing.T) {
35 RegisterFailHandler(Fail)
36
37 RunSpecsWithDefaultAndCustomReporters(t,
38 "Controller Suite",
39 []Reporter{printer.NewlineReporter{}})
40}
41
42var _ = BeforeSuite(func(done Done) {
43 logf.SetLogger(zap.New(zap.UseDevMode(true), zap.WriteTo(GinkgoWriter))) //nolint

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected