Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
369
func
teardown() {
370
if
err := os.RemoveAll(testDataDir); err != nil {
371
panic(err)
372
}
373
}
374
375
func
TestMain(m *testing.M) {
376
os.Exit(
func
() int {
Callers
1
TestMain
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected