Example #1
0
def check_negative_fail(n):
    check_negative(n)
Example #2
0
def check_negative_pass(i):
    assert_equal(int(i), check_negative(i))