MCPcopy
hub / github.com/tsuru/tsuru / TearDownTest

Method TearDownTest

api/suite_test.go:195–200  ·  view source on GitHub ↗
(c *check.C)

Source from the content-addressed store, hash-verified

193}
194
195func (s *S) TearDownTest(c *check.C) {
196 app.GetAppRouterUpdater().Shutdown(stdcontext.Background())
197 s.provisioner.Reset()
198 config.Unset("listen")
199 config.Unset("tls:listen")
200}
201
202func (s *S) TearDownSuite(c *check.C) {
203 storagev2.ClearAllCollections(nil)

Callers

nothing calls this directly

Calls 2

ShutdownMethod · 0.65
ResetMethod · 0.45

Tested by

no test coverage detected