mirror of
https://github.com/wassname/catalyst.git
synced 2026-06-27 16:29:48 +08:00
BLD: adjusting unit tests
This commit is contained in:
@@ -60,9 +60,9 @@ class TestCCXT(BaseExchangeTestCase):
|
||||
log.info('retrieving candles')
|
||||
candles = self.exchange.get_candles(
|
||||
freq='1T',
|
||||
assets=[self.exchange.get_asset('eth_btc')],
|
||||
assets=[self.exchange.get_asset('eng_eth')],
|
||||
bar_count=200,
|
||||
# start_dt=pd.to_datetime('2017-09-01', utc=True),
|
||||
start_dt=pd.to_datetime('2017-09-01', utc=True),
|
||||
)
|
||||
|
||||
for asset in candles:
|
||||
|
||||
@@ -9,7 +9,7 @@ from catalyst.exchange.exchange_data_portal import (
|
||||
)
|
||||
from catalyst.exchange.utils.exchange_utils import get_common_assets
|
||||
from catalyst.exchange.utils.factory import get_exchanges
|
||||
from test_utils import rnd_history_date_days, rnd_bar_count
|
||||
from .test_utils import rnd_history_date_days, rnd_bar_count
|
||||
|
||||
log = Logger('test_bitfinex')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user