MCPcopy Create free account
hub / github.com/gotify/server / TestPluginSuite

Function TestPluginSuite

api/plugin_test.go:24–26  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

22)
23
24func TestPluginSuite(t *testing.T) {
25 suite.Run(t, new(PluginSuite))
26}
27
28type PluginSuite struct {
29 suite.Suite

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…