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

Struct DatabaseSuite

test/testdb/database_test.go:25–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

23}
24
25type DatabaseSuite struct {
26 suite.Suite
27 db *testdb.Database
28}
29
30func (s *DatabaseSuite) BeforeTest(suiteName, testName string) {
31 mode.Set(mode.TestDev)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected