|
|
|
@ -1801,10 +1801,10 @@ def test_start_list_data(testdatadir, capsys):
|
|
|
|
start_list_data(pargs)
|
|
|
|
start_list_data(pargs)
|
|
|
|
captured = capsys.readouterr()
|
|
|
|
captured = capsys.readouterr()
|
|
|
|
|
|
|
|
|
|
|
|
assert "Found 6 pair / timeframe combinations." in captured.out
|
|
|
|
assert "Found 5 pair / timeframe combinations." in captured.out
|
|
|
|
assert re.search(r".*Pair.*Timeframe.*Type.*\n", captured.out)
|
|
|
|
assert re.search(r".*Pair.*Timeframe.*Type.*\n", captured.out)
|
|
|
|
assert re.search(r"\n.* XRP/USDT:USDT .* 5m, 1h .* futures |\n", captured.out)
|
|
|
|
assert re.search(r"\n.* XRP/USDT:USDT .* 5m, 1h .* futures |\n", captured.out)
|
|
|
|
assert re.search(r"\n.* XRP/USDT:USDT .* 1h, 8h .* mark |\n", captured.out)
|
|
|
|
assert re.search(r"\n.* XRP/USDT:USDT .* 1h.* mark |\n", captured.out)
|
|
|
|
|
|
|
|
|
|
|
|
args = [
|
|
|
|
args = [
|
|
|
|
"list-data",
|
|
|
|
"list-data",
|
|
|
|
|