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

Method AfterTest

database/database_test.go:34–37  ·  view source on GitHub ↗
(suiteName, testName string)

Source from the content-addressed store, hash-verified

32}
33
34func (s *DatabaseSuite) AfterTest(suiteName, testName string) {
35 s.db.Close()
36 assert.Nil(s.T(), s.tmpDir.Clean())
37}
38
39func TestInvalidDialect(t *testing.T) {
40 tmpDir := test.NewTmpDir("gotify_testinvaliddialect")

Callers

nothing calls this directly

Calls 2

CleanMethod · 0.80
CloseMethod · 0.45

Tested by

no test coverage detected