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

Function TestDatabaseSuite

database/database_test.go:17–19  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

15)
16
17func TestDatabaseSuite(t *testing.T) {
18 suite.Run(t, new(DatabaseSuite))
19}
20
21type DatabaseSuite struct {
22 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…