There was an error while loading. Please reload this page.
1 parent 9154e2f commit e84c78aCopy full SHA for e84c78a
exercises/27-sequence-of-words/test.py
@@ -9,6 +9,6 @@ def test_function_existence(capsys, app):
9
def test_function_existence(capsys, app):
10
assert app.sequence_of_words("bag,hello,without,world") == "bag,hello,without,world"
11
12
-@pytest.mark.it('The function should return the expected output')
+@pytest.mark.it('The function should return the expected output. Testing with different values')
13
14
- assert app.sequence_of_words("No,pain,gain") == "No,gain,pain"
+ assert app.sequence_of_words("No,pain,gain") == "No,gain,pain"
0 commit comments