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

Function TestDatabaseSuite

test/testdb/database_test.go:21–23  ·  view source on GitHub ↗
(t *testing.T)

Source from the content-addressed store, hash-verified

19}
20
21func TestDatabaseSuite(t *testing.T) {
22 suite.Run(t, new(DatabaseSuite))
23}
24
25type DatabaseSuite struct {
26 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…