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

Function TestIntegration

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

Source from the content-addressed store, hash-verified

33var suiteHelper *cu.FunctionalSuiteHelper
34
35func TestIntegration(t *testing.T) {
36 RegisterFailHandler(Fail)
37
38 // TODO Why is Skip not working? It's counting as a test fail.
39 if os.Getenv("INTEGRATION_EXTERNAL_NAME") == "" {
40 return
41 }
42
43 RunSpecsWithDefaultAndCustomReporters(t,
44 "Integration Suite",
45 []Reporter{printer.NewlineReporter{}})
46}
47
48var _ = BeforeSuite(func(done Done) {
49 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