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