MCPcopy
hub / github.com/celery/celery / test_connect

Method test_connect

t/unit/utils/test_graph.py:41–43  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 assert sorted(edges, key=str) == ['C', 'D']
40
41 def test_connect(self):
42 x, y = self.graph1(), self.graph1()
43 x.connect(y)
44
45 def test_valency_of_when_missing(self):
46 x = self.graph1()

Callers

nothing calls this directly

Calls 2

graph1Method · 0.95
connectMethod · 0.45

Tested by

no test coverage detected