(c *C)
| 93 | } |
| 94 | |
| 95 | func (s *APISuite) SetUpSuite(c *C) { |
| 96 | err := s.setupContext() |
| 97 | c.Assert(err, IsNil) |
| 98 | } |
| 99 | |
| 100 | func (s *APISuite) TearDownSuite(c *C) { |
| 101 | _ = os.Remove(s.configFile.Name()) |
nothing calls this directly
no test coverage detected