MCPcopy
hub / github.com/celery/celery / test_edges

Method test_edges

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

Source from the content-addressed store, hash-verified

35 assert order.index('A') < order.index('C')
36
37 def test_edges(self):
38 edges = self.graph1().edges()
39 assert sorted(edges, key=str) == ['C', 'D']
40
41 def test_connect(self):
42 x, y = self.graph1(), self.graph1()

Callers

nothing calls this directly

Calls 2

graph1Method · 0.95
edgesMethod · 0.80

Tested by

no test coverage detected