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

Function TestComponents

components/suite_test.go:35–41  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

33var suiteHelper *cu.UnitSuiteHelper
34
35func TestComponents(t *testing.T) {
36 RegisterFailHandler(Fail)
37
38 RunSpecsWithDefaultAndCustomReporters(t,
39 "Components Suite",
40 []Reporter{printer.NewlineReporter{}})
41}
42
43var _ = BeforeSuite(func() {
44 logf.SetLogger(zap.New(zap.UseDevMode(true), zap.WriteTo(GinkgoWriter)))

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected