MCPcopy
hub / github.com/celery/celery / test_items

Method test_items

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

Source from the content-addressed store, hash-verified

56 assert x.format(obj) is obj
57
58 def test_items(self):
59 assert dict(self.graph1().items()) == {
60 'A': [], 'B': [], 'C': ['A'], 'D': ['C', 'B'],
61 }
62
63 def test_repr_node(self):
64 x = self.graph1()

Callers

nothing calls this directly

Calls 2

graph1Method · 0.95
itemsMethod · 0.45

Tested by

no test coverage detected