예제 #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():
예제 #2
0
def test_says_world():
    assert hello.say_what() == 'world'
def test_says_hello():
    hello.hello(hello.say_what())
예제 #4
0
def test_says_swiat():
    assert hello.say_what() == 'swiat'
def test_says_world():
    assert hello.say_what() == 'world'
예제 #6
0
def test_empty():
    assert len(hello.say_what()) != ''