MCPcopy Index your code
hub / github.com/python/cpython / test_empty

Method test_empty

Lib/test/test_graphlib.py:113–114  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

111 self.assertEqual([*ts.static_order()], [*ts2.static_order()])
112
113 def test_empty(self):
114 self._test_graph({}, [])
115
116 def test_cycle(self):
117 # Self cycle

Callers

nothing calls this directly

Calls 1

_test_graphMethod · 0.95

Tested by

no test coverage detected