예제 #1
0
def test_add2():
    assert mod_add.add(3,3)==6
예제 #2
0
def test_add2():
    assert mod_add.add(8,3)==11
예제 #3
0
def test_add():
    assert mod_add.add(2,2)==4
예제 #4
0
def test_neg():
    assert mod_add.add(1, 4) == 5
예제 #5
0
def test_add3():
    assert mod_add.add(7, 2) == 9
    assert mod_add.add(123, 2) == 125
예제 #6
0
def test_add3():
    assert mod_add.add(5, 6) == 11
예제 #7
0
def test_add2():
    assert mod_add.add(4, 4) == 8