Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mock geocoding network calls. #159

Merged
merged 1 commit into from Sep 8, 2014
Merged

Conversation

jwass
Copy link
Member

@jwass jwass commented Aug 18, 2014

I've been burned enough times by the GeocoderTimedOut errors, which cause us to restart the Travis builds This makes each Travis run to take at least 15 minutes longer. See #143.

Use the mock library to mock geopy's geocoding calls for our round-trip tests. The mocked methods are the geocode and reverse methods of one of the geocoders, which is GeoPandas interface to geopy.

@coveralls
Copy link

Coverage Status

Coverage remained the same when pulling e6f5125 on jwass:mock_geocode_tests into cb62e9f on geopandas:master.

@kjordahl
Copy link
Member

kjordahl commented Sep 8, 2014

👍

kjordahl added a commit that referenced this pull request Sep 8, 2014
@kjordahl kjordahl merged commit 35c2f5b into geopandas:master Sep 8, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants