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

@@ -135,7 +135,6 @@ class FreqtradeBot(object):
"""
Refresh tickers asyncronously and return the result.
"""
# TODO: maybe add since_ms to use async in the download-script?
# TODO: Add tests for this and the async stuff above
logger.debug("Refreshing klines for %d pairs", len(pair_list))
datatups = asyncio.get_event_loop().run_until_complete(