Skip to content

Commit fadeb29

Browse files
authored
Add merge_sort and selection_sort to test suite
1 parent 3887a1b commit fadeb29

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

tests/test_sorts.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ def test_sort_matches_builtin(sort, case):
9797
bubble_sort_recursive,
9898
circle_sort,
9999
insertion_sort,
100+
merge_sort,
101+
selection_sort,
100102
],
101103
ids=lambda f: f.__name__,
102104
)

0 commit comments

Comments
 (0)