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

Function TestClientSuite

api/client_test.go:23–25  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

21)
22
23func TestClientSuite(t *testing.T) {
24 suite.Run(t, new(ClientSuite))
25}
26
27type ClientSuite struct {
28 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…