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

Function TestManagerSuite

plugin/manager_test.go:355–357  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

353}
354
355func TestManagerSuite(t *testing.T) {
356 suite.Run(t, new(ManagerSuite))
357}
358
359func TestNewManager_CannotLoadDirectory_expectError(t *testing.T) {
360 _, err := NewManager(nil, "<>", nil, nil)

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…