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 1169f9e commit 77944baCopy full SHA for 77944ba
exercises/19-Bottles-Of-Milk/test.py
@@ -25,7 +25,7 @@ def test_function_spin_chamber(capsys, app):
25
regex = r"number_of_bottles\(\)"
26
assert re.match(regex, content[my_printCallVar])
27
28
-@pytest.mark.it('The function must return the expected output')
+@pytest.mark.it('The function must print the expected output')
29
def test_for_function_output(capsys):
30
number_of_bottles()
31
captured = capsys.readouterr()
0 commit comments