mvexel / overpass-api-python-wrapper

Python bindings for the OpenStreetMap Overpass API
Apache License 2.0
359 stars 89 forks source link

Leveraging pytest features #141

Closed dericke closed 2 years ago

dericke commented 3 years ago

Rewrote test_api.py to use features of pytest, such as parametrized and skippable tests. Added test for the features that were added in #130. Switched the mock responses from pickle files to JSON files. Added more mock responses.

Closes #138

Leaving as draft until I'm sure I haven't overlooked anything. Feedback encouraged.