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

Method __init__

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

Source from the content-addressed store, hash-verified

17# Test over all procedure behavior in addition to procedure specifics.
18class testProcedures(FlowTestsBase):
19 def __init__(self):
20 self.env = Env(decodeResponses=True)
21 global redis_con
22 global redis_graph
23 redis_con = self.env.getConnection()
24 redis_graph = Graph(redis_con, GRAPH_ID)
25 self.populate_graph()
26
27 def populate_graph(self):
28 if redis_con.exists(GRAPH_ID):

Callers

nothing calls this directly

Calls 2

populate_graphMethod · 0.95
GraphClass · 0.85

Tested by

no test coverage detected