Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/clips/pattern
/ tearDown
Method
tearDown
test/test_db.py:791–794 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
789
pass
790
791
def
tearDown(self):
792
# Drop test tables.
793
for
table in self.db:
794
self.db.drop(table)
795
796
def
test_view(self):
797
Callers
1
run
Function · 0.45
Calls
1
drop
Method · 0.80
Tested by
no test coverage detected