feat: Implement rich Progress to download-data

This commit is contained in:
Matthias
2024-07-13 10:54:23 +02:00
parent 87b78b5ec5
commit 04c9626c8c
2 changed files with 70 additions and 44 deletions

View File

@@ -151,9 +151,7 @@ def test_load_data_with_new_pair_1min(
)
load_pair_history(datadir=tmp_path, timeframe="1m", pair="MEME/BTC", candle_type=candle_type)
assert file.is_file()
assert log_has_re(
r'\(0/1\) - Download history data for "MEME/BTC", 1m, ' r"spot and store in .*", caplog
)
assert log_has_re(r'Download history data for "MEME/BTC", 1m, ' r"spot and store in .*", caplog)
def test_testdata_path(testdatadir) -> None: