kristinburg / cryptohistory

Get historical cryptocurrency data, written in Python 3.6.2

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Crypto History

Testing

$ pip install -r requirements-testing.txt
$ pytest

Coverage

Use coverage for an overview on how much the tests cover the project. Warning: 100% coverage doesn't mean 100% branch-coverage. Even 100% branch-coverage is no guaruantee that everything is tested (this is not possible). See coverage as a guideline to make tests.

$ coverage run --source . -m pytest && coverage html

About

Get historical cryptocurrency data, written in Python 3.6.2


Languages

Language:Python 100.0%