MCPcopy
hub / github.com/helm/helm / SetupSuite

Method SetupSuite

pkg/registry/client_tls_test.go:32–35  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

30}
31
32func (suite *TLSRegistryClientTestSuite) SetupSuite() {
33 // init test client
34 setup(&suite.TestRegistry, true, false)
35}
36
37func (suite *TLSRegistryClientTestSuite) TearDownSuite() {
38 teardown(&suite.TestRegistry)

Callers

nothing calls this directly

Calls 1

setupFunction · 0.85

Tested by

no test coverage detected