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 a0708e7 commit 1af764eCopy full SHA for 1af764e
exercises/12.4-Map_list_of_objects/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("Good job!!😎")
+@pytest.mark.it("Each element needs to have this output: !!😎")
5
def test_multp(capsys, app):
6
import app
7
captured = capsys.readouterr()
0 commit comments