| 26 | } |
| 27 | |
| 28 | type PluginSuite struct { |
| 29 | suite.Suite |
| 30 | db *testdb.Database |
| 31 | a *PluginAPI |
| 32 | ctx *gin.Context |
| 33 | recorder *httptest.ResponseRecorder |
| 34 | manager *plugin.Manager |
| 35 | notified bool |
| 36 | } |
| 37 | |
| 38 | func (s *PluginSuite) BeforeTest(suiteName, testName string) { |
| 39 | mode.Set(mode.TestDev) |
nothing calls this directly
no outgoing calls
no test coverage detected