Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NanmiCoder/MediaCrawler
/ setUp
Method
setUp
test/test_redis_cache.py:35–36 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
33
class
TestRedisCache(unittest.TestCase):
34
35
def
setUp(self):
36
self.redis_cache = RedisCache()
37
38
def
test_set_and_get(self):
39
self.redis_cache.set(
'key'
,
'value'
, 10)
Callers
nothing calls this directly
Calls
1
RedisCache
Class · 0.90
Tested by
no test coverage detected