Poloshing unit tests and finalizing Bittrex implementation

This commit is contained in:
fredfortier
2017-08-30 08:51:31 -04:00
parent c47e88c26f
commit d03ce37f6e
7 changed files with 146 additions and 67 deletions
+5 -1
View File
@@ -30,5 +30,9 @@ class BaseExchangeTestCase():
pass
@abstractmethod
def get_account(self):
def test_get_balances(self):
pass
@abstractmethod
def test_get_account(self):
pass