()
| 143 | } |
| 144 | |
| 145 | func (s *ManagerSuite) TestInitializePlugin_noOpIfEmpty() { |
| 146 | assert.Nil(s.T(), s.manager.loadPlugins("")) |
| 147 | } |
| 148 | |
| 149 | func (s *ManagerSuite) TestInitializePlugin_noOpIfDotFile() { |
| 150 | tmpDir := test.NewTmpDir("gotify_testinitializeplugin_dotfile") |
nothing calls this directly
no test coverage detected