Ejemplo n.º 1
0
def test_non_existent_path():
    io=IO()
    with pytest.raises(InvalidPathError):
        io._path_check("")
Ejemplo n.º 2
0
def test_non_existent_path():
    io = IO()
    with pytest.raises(InvalidPathError):
        io._path_check("")