h4110w33n / coinmetrics

An unofficial Python module for interacting with the Coin Metrics (coinmetrics.io) API.
6 stars 5 forks source link

Better Testing #7

Closed h4110w33n closed 4 years ago

h4110w33n commented 5 years ago

Both the v2.2 and v2.3 updates are due to test issues that were triggered by minor changes in the API. Although the changes technically do not affect the usage of the library, they do cause build/test issues in Travis.

Revamping the test.py with less specific tests as was originally done in the v1/Legacy API would be the logical option. One APIs result was essentially fed into another. This more closely represented the general use case, as well as exercised more of the code/higher coverage.

h4110w33n commented 5 years ago

9 Should address this.

h4110w33n commented 4 years ago

Fixed in #9