We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 12483bf + 5983cd8 commit 44838c0Copy full SHA for 44838c0
exercises/10.1-And_One_and_a_Two_and_a_Three/test.py
@@ -5,7 +5,7 @@
5
def test_dict(capsys, app):
6
app()
7
captured = capsys.readouterr()
8
- assert "fullname : Jane Doe\nphone : 321-321-4321\nemail : [email protected]\n" in captured.out
+ assert "fullname: Jane Doe\nphone: 321-321-4321\nemail: [email protected]\n" in captured.out
9
10
@pytest.mark.it("Use the for loop")
11
def test_for_loop():
0 commit comments