Example #1
0
def test_geolytica():
    g = geocoder.geolytica(location)
    assert g.ok
    osm_count, fields_count = g.debug()[0]
    assert osm_count >= 5
    assert fields_count >= 11
Example #2
0
def test_geolytica():
    g = geocoder.geolytica(address)
    assert g.ok
Example #3
0
def test_geolytica():
    g = geocoder.geolytica(address)
    assert g.ok
Example #4
0
def test_geolytica():
    g = geocoder.geolytica(location)
    assert g.ok
    osm_count, fields_count = g.debug()[0]
    assert osm_count == 5
    assert fields_count == 11