BritishGeologicalSurvey / pyagsapi

pyagsapi - An AGS Utilities API with AGS v4.x Schema Validation & Converter for .ags<-->.xslx files
https://britishgeologicalsurvey.github.io/pyagsapi/
GNU Lesser General Public License v3.0
12 stars 2 forks source link

Fix integration tests #31

Closed ximenesuk closed 3 years ago

ximenesuk commented 3 years ago

This PR fixes the integration tests, locally. As the POST calls are async they need to use an async client. In addition I have added requests-toolbelt which wraps the multipart stuff more neatly.

The tests could either be expanded here to cover all endpoints or in later work?