Example #1
0
def test_addition():
    assert addition(0, 1) == 1
Example #2
0
def test_addition_zero():
    assert addition(3, 0) == 3