예제 #1
0
def test_foo():
    """ Simple function to explain usage of test file. 
	- Each function should be checked with a test! """

    # assert = "behaupte, dass ..."
    assert foo(2) == 3
예제 #2
0
def test_foo_two_args():
    assert foo(2, 3) == 6
예제 #3
0
def test_foo():
    assert foo(2) == 3
예제 #4
0
def test_foo():
    assert foo(5) == 6