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.
2 parents 28ddfdc + 9717037 commit 8b0ca9cCopy full SHA for 8b0ca9c
exercises/09-Function-parameters/tests.py
@@ -15,5 +15,5 @@ def test_for_functon_existence(capsys, app):
15
16
@pytest.mark.it('The function render_person must accept 5 parameters')
17
def test_for_file_output(capsys, app):
18
- assert app.render_person('a','b','c',4,'d') == "a, b, c, 4, d"
+ assert app.render_person('ax','b','c','d','e') == "ax is a d years old e born in b with c eyes"
19
0 commit comments