MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_large_sort

Method test_large_sort

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

Source from the content-addressed store, hash-verified

196 # TODO: test find_cycles
197
198 def test_large_sort(self):
199 tuples = [(i, i + 1) for i in range(0, 1500, 2)]
200 self.assert_sort(tuples)
201
202 def test_ticket_1380(self):
203 # ticket:1380 regression: would raise a KeyError

Callers

nothing calls this directly

Calls 1

assert_sortMethod · 0.95

Tested by

no test coverage detected