Exemplo n.º 1
0
def test_says_world():
    assert hello.say_what() == 'world3'

    def test_dummy1():
    assert '1' == '1'
    
     def test_dummy2():
    assert '2' == '2'
    
        def test_dummy3():
Exemplo n.º 2
0
def test_says_world():
    assert hello.say_what() == 'world'
def test_says_hello():
    hello.hello(hello.say_what())
Exemplo n.º 4
0
def test_says_swiat():
    assert hello.say_what() == 'swiat'
def test_says_world():
    assert hello.say_what() == 'world'
Exemplo n.º 6
0
def test_empty():
    assert len(hello.say_what()) != ''