Skip to content

Commit b5f935d

Browse files
authored
Update test.py
1 parent abb92a6 commit b5f935d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

exercises/02-Loop-list/test.py

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

4-
@pytest.mark.it("Print the all items from the list")
4+
@pytest.mark.it("Print all items from the list")
55
def test_output(capsys, app):
66
app()
77
captured = capsys.readouterr()

0 commit comments

Comments
 (0)