def check_negative_fail(n): check_negative(n)
def check_negative_pass(i): assert_equal(int(i), check_negative(i))