MCPcopy
hub / github.com/gotify/server / AfterTest

Method AfterTest

test/testdb/database_test.go:35–37  ·  view source on GitHub ↗
(suiteName, testName string)

Source from the content-addressed store, hash-verified

33}
34
35func (s *DatabaseSuite) AfterTest(suiteName, testName string) {
36 s.db.Close()
37}
38
39func (s *DatabaseSuite) Test_Users() {
40 s.db.User(1)

Callers

nothing calls this directly

Calls 1

CloseMethod · 0.45

Tested by

no test coverage detected