Exemplo n.º 1
0
def test__pass_through__two():
    somelist = ['monkey', 'foo', 'bar']
    assert(utils.pass_through(somelist) == somelist)
Exemplo n.º 2
0
def test__pass_through():
    assert(utils.pass_through('monkey') == 'monkey')