Poloshing unit tests and finalizing Bittrex implementation

This commit is contained in:
fredfortier
2017-08-30 17:09:13 -04:00
parent d03ce37f6e
commit 8b6a48633d
5 changed files with 49 additions and 30 deletions
+2
View File
@@ -32,6 +32,8 @@ class BittrexTestCase(BaseExchangeTestCase):
def test_open_orders(self):
log.info('retrieving open orders')
asset = self.exchange.get_asset('neo_btc')
orders = self.exchange.get_open_orders(asset)
pass
def test_get_order(self):