Пример #1
0
def test_index():
    assert index() == "Hello, world!"
Пример #2
0
def test_index():
    assert index() == "Hello World"
Пример #3
0
def test_index():
    assert index() == "Hello world, Bahir"
Пример #4
0
    def test_index(self):

        self.assertEqual(index(), "Hello World!")
Пример #5
0
def test_index():
    assert index() == "hello, world"