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 a229f30 commit 355a13aCopy full SHA for 355a13a
exercises/10-Array-Methods/tests.py
@@ -1,6 +1,6 @@
1
import io, sys, pytest, os, re, mock
2
3
-@pytest.mark.it("Declare the function sort_names")
+@pytest.mark.it("Declare the function 'sort_names'")
4
def test_declare_variable():
5
path = os.path.dirname(os.path.abspath(__file__))+'/app.py'
6
with open(path, 'r') as content_file:
@@ -13,7 +13,7 @@ def test_declare_variable():
13
def test_for_functon_existence(capsys, app):
14
assert callable(app.sort_names)
15
16
-@pytest.mark.it('The function sort_names must accept 1 parameter and return a sorted one')
+@pytest.mark.it('The function sort_names must accept a list and return a sorted one')
17
def test_for_file_output(capsys):
18
import app
19
captured = capsys.readouterr()
AltStyle によって変換されたページ (->オリジナル) / アドレス: モード: デフォルト 音声ブラウザ ルビ付き 配色反転 文字拡大 モバイル
0 commit comments