Esempio 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
Esempio 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