Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Boris-code/feapder
/ mock_data
Method
mock_data
tests/test_dedup.py:23–25 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
21
self.clear()
22
23
def
mock_data(self):
24
self.data = {
"xxx"
: 123,
"xxxx"
:
"xxxx"
}
25
self.datas = [
"xxx"
,
"bbb"
,
"xxx"
]
26
27
def
test_MemoryFilter(self):
28
dedup = Dedup(
Callers
1
setUp
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected