mapillary / mapillary-python-sdk

A Python 3 library built on the Mapillary API v4 to facilitate retrieving and working with Mapillary data.
MIT License
41 stars 16 forks source link

[Testing] Hotfix For Tests #112

Closed Rubix982 closed 3 years ago

Rubix982 commented 3 years ago

:trophy: Enhancements - This PR,

To run this, you need to have a local installation of papillary. To do this, run,

python3 setup.py sdist bdist_whell
pip install - e .

Then you can run make test.

Screenshot of running and passing tests, image

Rubix982 commented 3 years ago

This PR naively implements the fetching data functionality and should be refactored in the future to better use the functionalities built into the SDK. The current code is here for demonstration purposes.

Rubix982 commented 3 years ago

Merging!