예제 #1
0
def test_sub1():
    assert pieMath.sub(1,2,'3') == -4
예제 #2
0
def test_sub0():
    assert pieMath.sub(1,2,3) == -4