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