예제 #1
0
def test_add():
    eq_(cy_adder.add(2, 3), 5)
예제 #2
0
def test_add_str():
    cy_adder.add('1', 1)
예제 #3
0
def test_add_bignum():
    cy_adder.add(10000000000000000000000, 1)
예제 #4
0
def test_add():
    eq_(cy_adder.add(2, 3), 5)
예제 #5
0
def test_add_str():
    cy_adder.add('1', 1)
예제 #6
0
def test_add_bignum():
    cy_adder.add(10000000000000000000000, 1)