MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_sort_three

Method test_sort_three

test/base/test_dependency.py:68–79  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

66 self.assert_sort(tuples, [node7])
67
68 def test_sort_three(self):
69 node1 = "keywords"
70 node2 = "itemkeyowrds"
71 node3 = "items"
72 node4 = "hoho"
73 tuples = [
74 (node1, node2),
75 (node4, node1),
76 (node1, node3),
77 (node3, node2),
78 ]
79 self.assert_sort(tuples)
80
81 def test_sort_deterministic_one(self):
82 node1 = "node1"

Callers

nothing calls this directly

Calls 1

assert_sortMethod · 0.95

Tested by

no test coverage detected