We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent abb92a6 commit b5f935dCopy full SHA for b5f935d
exercises/02-Loop-list/test.py
@@ -1,7 +1,7 @@
1
import io, sys, pytest, os, re
2
path = os.path.dirname(os.path.abspath(__file__))+'/app.py'
3
4
-@pytest.mark.it("Print the all items from the list")
+@pytest.mark.it("Print all items from the list")
5
def test_output(capsys, app):
6
app()
7
captured = capsys.readouterr()
0 commit comments