mvexel / overpass-api-python-wrapper

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

improve unittests and fix strptime of status datetime for 3.6 #144

Closed Vitalts closed 2 years ago

Vitalts commented 2 years ago

• mock all requests to real overpass endpoint in unittests • refactor unittests • add more unittests • fix strptime of status datetime for 3.6

Vitalts commented 2 years ago

Made a PR from another branch