We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c49694 commit 677f0f8Copy full SHA for 677f0f8
code_to_optimize/tests/pytest/test_bubble_sort.py
@@ -1,5 +1,5 @@
1
from code_to_optimize.bubble_sort import sorter
2
-import pytest
+
3
4
def test_sort():
5
input = [5, 4, 3, 2, 1, 0]
0 commit comments