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 5c13a89 commit cca23d1Copy full SHA for cca23d1
exercises/08.2-Divide_and_conquer/test.py
@@ -1,7 +1,7 @@
1
import io, sys, os, pytest, re
2
path = os.path.dirname(os.path.abspath(__file__))+'/app.py'
3
4
-@pytest.mark.it("Concatenate both lists. Remember the ddd list comes first")
+@pytest.mark.it("Concatenate both lists. Remember the odd list comes first")
5
def test_odd_even(capsys, app):
6
import app
7
captured = capsys.readouterr()
0 commit comments