removing test

This commit is contained in:
misagh 2018-12-21 10:21:31 +01:00
parent a45ec1ed1c
commit a13b30b2de
2 changed files with 0 additions and 4 deletions

View File

@ -164,7 +164,6 @@ class Exchange(object):
else:
return None
def set_sandbox(self, api, exchange_config: dict, name: str):
if exchange_config.get('sandbox'):
if api.urls.get('test'):

View File

@ -814,9 +814,6 @@ def test_refresh_tickers(mocker, default_conf, caplog) -> None:
assert isinstance(exchange.klines(pair), DataFrame)
assert len(exchange.klines(pair)) > 0
# test last kline close price
assert exchange.last_kline_close('XRP/ETH') == 4
# test caching
exchange.refresh_tickers(['IOTA/ETH', 'XRP/ETH'], '5m')