MCPcopy Index your code
hub / github.com/gotify/server / TestInitializePlugin_noOpIfEmpty

Method TestInitializePlugin_noOpIfEmpty

plugin/manager_test.go:145–147  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

loadPluginsMethod · 0.80

Tested by

no test coverage detected