MCPcopy Create free account
hub / github.com/geekcomputers/Python / test_2

Method test_2

game_of_life/05_mixed_sorting.py:66–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self.assertEqual(mixed_sorting([8, 13, 11, 90, -5, 4]), [4, 13, 11, 8, -5, 90])
65
66 def test_2(self):
67 self.assertEqual(mixed_sorting([1, 2, 3, 6, 5, 4]), [5, 2, 3, 4, 1, 6])
68
69
70if __name__ == "__main__":

Callers

nothing calls this directly

Calls 1

mixed_sortingFunction · 0.85

Tested by

no test coverage detected