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 0280a20 commit daa03e4Copy full SHA for daa03e4
exercises/07-lambda-function-two/tests.py
@@ -1,6 +1,6 @@
1
import io, sys, pytest, os, re, mock
2
3
-@pytest.mark.it("Declare a function 'rapid' as lambda")
+@pytest.mark.it("Declare a function called 'rapid' as lambda")
4
def test_declare_variable():
5
path = os.path.dirname(os.path.abspath(__file__))+'/app.py'
6
with open(path, 'r') as content_file:
@@ -12,7 +12,7 @@ def test_declare_variable():
12
def test_for_callable(capsys):
13
from app import rapid
14
15
-@pytest.mark.it('The function rapid must receive one string and return the same but without the last letter (make sure it\'s lowecase)')
+@pytest.mark.it('The function rapid must receive one string and return the same string without the last character')
16
def test_for_integer(capsys):
17
18
assert rapid("maria") == "mari"
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments