Exemplo n.º 1
0
def test_parsed_path_not_local(uri):
    """Check for paths that are not local"""
    assert False == ParsedPath.from_uri(uri).is_local
Exemplo n.º 2
0
def test_parsed_path_not_remote(uri):
    """Check for paths that are not remote"""
    assert False == ParsedPath.from_uri(uri).is_remote