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 5427458 commit 208d006Copy full SHA for 208d006
exercises/07-Do_while/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("You have a good list numbers with exclamation sign!!! 😃")
+@pytest.mark.it("The output should be as expected")
5
def test_output(capsys, app):
6
app()
7
captured = capsys.readouterr()
0 commit comments