コード例 #1
0
def test_invoke():
    assert invoke(['abc', 'def', 'b'], 'find', 'b') == [1, -1, 0]
コード例 #2
0
ファイル: test_colls.py プロジェクト: HeinrichHartmann/funcy
def test_invoke():
    assert invoke(['abc', 'def', 'b'], 'find', 'b') == [1, -1, 0]