ttsteiger / cryptocompy

Simple Python 3 wrapper for the public CryptoCompare API.
MIT License
81 stars 36 forks source link

Adding unit tests and fix some bug #11

Closed rpesche closed 5 years ago

rpesche commented 6 years ago

This pull request add tests for cryptocompy using pytest and vcrpy.

These tests use recorded request/response to/from cryptocompare using vcrpy.

I correct some bugs too.