MCPcopy Create free account
hub / github.com/RedisGraph/RedisGraph / __init__

Method __init__

tests/flow/test_social.py:14–19  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

12class testSocialFlow(FlowTestsBase):
13
14 def __init__(self):
15 self.env = Env(decodeResponses=True)
16 global redis_graph
17 redis_con = self.env.getConnection()
18 redis_graph = Graph(redis_con, social_utils.graph_name)
19 social_utils.populate_graph(redis_con, redis_graph)
20
21 def assert_reversed_pattern(self, query, resultset):
22 # Test reversed pattern query.

Callers

nothing calls this directly

Calls 2

GraphClass · 0.85
populate_graphMethod · 0.45

Tested by

no test coverage detected