Ejemplo n.º 1
0
def test_expand_error():
    with pytest.raises(ValueError):
        _expand_paths("*.*", None, 1)
Ejemplo n.º 2
0
def test_expand_paths(path, name_function, num, out):
    assert _expand_paths(path, name_function, num) == out