Ejemplo n.º 1
0
def test_subtraction_with_op():
    assert op(op, 1,2) == 3, '1 + 2 yields 3'
Ejemplo n.º 2
0
def test_addition_with_op():
    assert op(add, 1,2) == 3, '1 + 2 yields 3'