Example #1
0
def test_subtraction_with_op():
    assert op(op, 1,2) == 3, '1 + 2 yields 3'
Example #2
0
def test_addition_with_op():
    assert op(add, 1,2) == 3, '1 + 2 yields 3'