[WIP] call tests with tox + pytest
Created by: jsnshrmn
One of the first things I noticed when using this library was that its tests were not a good match for cicd; I haven't yet started to break the tests up or add mocks to allow testing without a live hive db, but this is the first step. You should still be able to trigger the tests manually by installing and then running tox:
pip install -e .
-
tox
Note that I haven't actually been able to run these myself yet.