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 208d006

Browse files
committed
fixed some typing errors and tests description
1 parent 5427458 commit 208d006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎exercises/07-Do_while/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("You have a good list numbers with exclamation sign!!! 😃")
4+
@pytest.mark.it("The output should be as expected")
55
def test_output(capsys, app):
66
app()
77
captured = capsys.readouterr()

0 commit comments

Comments
(0)

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