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

Function TestHttp

http/suite_test.go:38–44  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

36var url string
37
38func TestHttp(t *testing.T) {
39 RegisterFailHandler(Fail)
40
41 RunSpecsWithDefaultAndCustomReporters(t,
42 "API Server Suite",
43 []Reporter{printer.NewlineReporter{}})
44}
45
46var _ = BeforeSuite(func(done Done) {
47 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