MCPcopy
hub / github.com/celery/celery / test_to_dot

Method test_to_dot

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

Source from the content-addressed store, hash-verified

65 assert x.repr_node('fasdswewqewq')
66
67 def test_to_dot(self):
68 s = WhateverIO()
69 self.graph1().to_dot(s)
70 assert s.getvalue()

Callers

nothing calls this directly

Calls 3

graph1Method · 0.95
WhateverIOClass · 0.90
to_dotMethod · 0.80

Tested by

no test coverage detected