Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Freedium-cfd/web
/ tearDownClass
Method
tearDownClass
database-lib/test.py:20–22 ·
view source on GitHub ↗
(cls)
Source
from the content-addressed store, hash-verified
18
19
@classmethod
20
def
tearDownClass(cls):
21
cls.cache_backend.close()
22
os.remove(cls.test_db)
23
24
def
test_push_and_pull(self):
25
def
generate_random_key(length=10):
Callers
nothing calls this directly
Calls
2
remove
Method · 0.80
close
Method · 0.45
Tested by
no test coverage detected