BLD: conditionally fetching single or multi tickers for performance reasons

This commit is contained in:
Frederic Fortier
2018-01-25 17:40:45 -05:00
parent 0aa8c91577
commit 7ae23e2340
3 changed files with 31 additions and 11 deletions
+1 -1
View File
@@ -76,7 +76,7 @@ class TestCCXT(BaseExchangeTestCase):
self.exchange.get_asset('zrx_eth'),
]
tickers = self.exchange.tickers(assets)
assert len(tickers) == 1
assert len(tickers) == 2
pass
def test_my_trades(self):