mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-03 02:23:05 +00:00
tests: setup windows asyncio loop
This commit is contained in:
@@ -16,9 +16,15 @@ from freqtrade.exchange.binance_public_data import (
|
||||
symbol_ccxt_to_binance,
|
||||
zip_name,
|
||||
)
|
||||
from freqtrade.system.asyncio_config import asyncio_setup
|
||||
from freqtrade.util.datetime_helpers import dt_ts, dt_utc
|
||||
|
||||
|
||||
@pytest.fixture(autouse=True, scope="module")
|
||||
def setup_windows_asyncio_loop():
|
||||
asyncio_setup()
|
||||
|
||||
|
||||
# spot klines archive csv file format, the futures/um klines don't have the header line
|
||||
#
|
||||
# open_time,open,high,low,close,volume,close_time,quote_volume,count,taker_buy_volume,taker_buy_quote_volume,ignore # noqa: E501
|
||||
|
||||
Reference in New Issue
Block a user