Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Boris-code/feapder
/ setUp
Method
setUp
tests/test_dedup.py:16–18 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
14
redis.delete(*keys)
15
16
def
setUp(self) -> None:
17
self.clear()
18
self.mock_data()
19
20
def
tearDown(self) -> None:
21
self.clear()
Callers
nothing calls this directly
Calls
2
clear
Method · 0.95
mock_data
Method · 0.95
Tested by
no test coverage detected