コード例 #1
0
ファイル: test_app.py プロジェクト: Kel0/gh-practice
def test_index():
    assert index() == "Hello, world!"
コード例 #2
0
def test_index():
    assert index() == "Hello World"
コード例 #3
0
ファイル: test_app.py プロジェクト: Kimbahir/arm-action-test
def test_index():
    assert index() == "Hello world, Bahir"
コード例 #4
0
    def test_index(self):

        self.assertEqual(index(), "Hello World!")
コード例 #5
0
ファイル: test_app.py プロジェクト: adsmaicon/TDD_Pos_Up
def test_index():
    assert index() == "hello, world"