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 f7e459f commit 0d2ba13Copy full SHA for 0d2ba13
exercises/06-lambda-functions/tests.py
@@ -8,7 +8,7 @@ def test_declare_variable():
8
regex = re.compile(r"is_odd(\s*)=(\s*)lambda")
9
assert bool(regex.search(content)) == True
10
11
-@pytest.mark.it("The function 'is_odd' must exist")
+@pytest.mark.it('The function is_odd must exist')
12
def test_for_callable(capsys):
13
import app as app
14
assert callable(app.is_odd)
0 commit comments