コード例 #1
0
ファイル: test_path.py プロジェクト: tfeuvrier-cs/rasterio
def test_parsed_path_not_local(uri):
    """Check for paths that are not local"""
    assert False == ParsedPath.from_uri(uri).is_local
コード例 #2
0
ファイル: test_path.py プロジェクト: tfeuvrier-cs/rasterio
def test_parsed_path_not_remote(uri):
    """Check for paths that are not remote"""
    assert False == ParsedPath.from_uri(uri).is_remote