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

Function teardown

blockproducer/xxx_test.go:77–81  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

75}
76
77func teardown() {
78 if err := os.RemoveAll(testingDataDir); err != nil {
79 panic(err)
80 }
81}
82
83func TestMain(m *testing.M) {
84 os.Exit(func() int {

Callers 1

TestMainFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected