MCPcopy Create free account
hub / github.com/aptly-dev/aptly / SetUpSuite

Method SetUpSuite

api/api_test.go:95–98  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

93}
94
95func (s *APISuite) SetUpSuite(c *C) {
96 err := s.setupContext()
97 c.Assert(err, IsNil)
98}
99
100func (s *APISuite) TearDownSuite(c *C) {
101 _ = os.Remove(s.configFile.Name())

Callers

nothing calls this directly

Calls 1

setupContextMethod · 0.95

Tested by

no test coverage detected