mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
368 stars 90 forks source link

Use mock response for basic geojson test #153

Closed dericke closed 2 years ago

dericke commented 2 years ago

Uses mock_responses for the basic geojson test, eliminating a failure point that has been causing problems for other PRs like #150.

dericke commented 2 years ago

Decided to merge this branch into #150 instead.