Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit cca23d1

Browse files
Update test.py
1 parent 5c13a89 commit cca23d1

File tree

1 file changed

+1
-1
lines changed
  • exercises/08.2-Divide_and_conquer

1 file changed

+1
-1
lines changed

‎exercises/08.2-Divide_and_conquer/test.py‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import io, sys, os, pytest, re
22
path = os.path.dirname(os.path.abspath(__file__))+'/app.py'
33

4-
@pytest.mark.it("Concatenate both lists. Remember the ddd list comes first")
4+
@pytest.mark.it("Concatenate both lists. Remember the odd list comes first")
55
def test_odd_even(capsys, app):
66
import app
77
captured = capsys.readouterr()

0 commit comments

Comments
(0)

AltStyle によって変換されたページ (->オリジナル) /