refactor: move download klines count message

This commit is contained in:
Meng Xiangzhuo
2024-11-02 06:00:37 +08:00
parent e2ee7f7b2f
commit cf0f232635
4 changed files with 5 additions and 3 deletions

View File

@@ -2092,6 +2092,7 @@ def test___now_is_time_to_refresh(default_conf, mocker, exchange_name, time_mach
@pytest.mark.parametrize("candle_type", ["mark", ""])
@pytest.mark.parametrize("exchange_name", EXCHANGES)
def test_get_historic_ohlcv(default_conf, mocker, caplog, exchange_name, candle_type):
caplog.set_level(logging.DEBUG)
exchange = get_patched_exchange(mocker, default_conf, exchange=exchange_name)
pair = "ETH/BTC"
calls = 0