MCPcopy Create free account
hub / github.com/CovenantSQL/CovenantSQL / teardown

Function teardown

sqlchain/xxx_test.go:369–373  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

367}
368
369func teardown() {
370 if err := os.RemoveAll(testDataDir); err != nil {
371 panic(err)
372 }
373}
374
375func TestMain(m *testing.M) {
376 os.Exit(func() int {

Callers 1

TestMainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected