There was an error while loading. Please reload this page.
1 parent 3887a1b commit fadeb29Copy full SHA for fadeb29
1 file changed
tests/test_sorts.py
@@ -97,6 +97,8 @@ def test_sort_matches_builtin(sort, case):
97
bubble_sort_recursive,
98
circle_sort,
99
insertion_sort,
100
+ merge_sort,
101
+ selection_sort,
102
],
103
ids=lambda f: f.__name__,
104
)
0 commit comments