MCPcopy
hub / github.com/celery/celery / test_repr

Method test_repr

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

Source from the content-addressed store, hash-verified

23 ])
24
25 def test_repr(self):
26 assert repr(self.graph1())
27
28 def test_topsort(self):
29 order = self.graph1().topsort()

Callers

nothing calls this directly

Calls 1

graph1Method · 0.95

Tested by

no test coverage detected