Add test to async

This commit is contained in:
Matthias
2018-08-14 15:59:45 +02:00
parent a6b69da391
commit 69cc6aa958
3 changed files with 30 additions and 6 deletions

View File

@@ -624,11 +624,6 @@ async def test_async_get_candles_history(default_conf, mocker):
# await exchange.async_get_candles_history('ETH/BTC', "5m")
def test_refresh_tickers():
# TODO: Implement test for this
pass
def make_fetch_ohlcv_mock(data):
def fetch_ohlcv_mock(pair, timeframe, since):
if since: