コード例 #1
0
def test_add_and_one_0_2():
    assert add_and_one(0,2) == 3
コード例 #2
0
def test_add_negatives():
    assert add_and_one(-1,-2) == -2
コード例 #3
0
def test_add_and_one_2_3():
    assert add_and_one(2,3) == 6