def test_add(): eq_(cy_adder.add(2, 3), 5)
def test_add_str(): cy_adder.add('1', 1)
def test_add_bignum(): cy_adder.add(10000000000000000000000, 1)