| 23 | } |
| 24 | |
| 25 | type DatabaseSuite struct { |
| 26 | suite.Suite |
| 27 | db *testdb.Database |
| 28 | } |
| 29 | |
| 30 | func (s *DatabaseSuite) BeforeTest(suiteName, testName string) { |
| 31 | mode.Set(mode.TestDev) |
nothing calls this directly
no outgoing calls
no test coverage detected