示例#1
0
def test_is_valid():
    assert is_valid_crs('EPSG:4326')
示例#2
0
def test_is_valid_false():
    assert not is_valid_crs('EPSG:432600')
示例#3
0
def test_is_valid():
    assert is_valid_crs('EPSG:4326')
示例#4
0
def test_is_valid_false():
    assert not is_valid_crs('EPSG:432600')
示例#5
0
def test_is_valid_false():
    with pytest.raises(CRSError):
        is_valid_crs('EPSG:432600')
示例#6
0
def test_is_valid_false():
    with pytest.raises(CRSError):
        is_valid_crs('EPSG:432600')