예제 #1
0
def test_simple_add():
    assert simple_math.simple_add(1, 3) == 4
예제 #2
0
def test_add():
    assert simple_math.simple_add(10, 10) == 20
예제 #3
0
def test_add():
    assert sm.simple_add(2, 1) == 3
예제 #4
0
def test_simple_add():
    assert sm.simple_add(1, 1) == 2
예제 #5
0
def test_simple_math_simple_add():
    assert simple_math.simple_add(5, 5) == 10