BLD: populating assets with help from CCXT

This commit is contained in:
fredfortier
2017-11-29 22:31:44 -05:00
parent 606148e19c
commit 4eb8a6eb0f
5 changed files with 110 additions and 12 deletions
+3
View File
@@ -99,3 +99,6 @@ class TestCCXT(BaseExchangeTestCase):
asset = self.exchange.get_asset('eth_btc')
orderbook = self.exchange.get_orderbook(asset)
pass
def test_get_fees(self):
pass