Ejemplo n.º 1
0
def test_sgreeting():
    eq_(adder.sgreeting("Python", 64), [13, "Hello, Python"])
Ejemplo n.º 2
0
def test_sgreeting_small_buf():
    eq_(adder.sgreeting("Python", 5), [0, ''])