Example #1
0
def test_info():
    test = 'some', 'list', 'of', 5, 'things'

    assert test == hooks.parse_info(hooks.build_info('', test))
Example #2
0
 def test(info):
     name, = hooks.parse_info(info)
     values.append(name)