From a0e115ebd92692b8908cbec2719ccc1e14624bb2 Mon Sep 17 00:00:00 2001 From: Stefano Date: Thu, 21 Sep 2023 20:19:39 +0900 Subject: [PATCH] fix another test --- docs/recursive-analysis.md | 9 ++++++++- tests/commands/test_commands.py | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/docs/recursive-analysis.md b/docs/recursive-analysis.md index 341493f7e..4c102dc14 100644 --- a/docs/recursive-analysis.md +++ b/docs/recursive-analysis.md @@ -33,9 +33,16 @@ usage: freqtrade recursive-analysis [-h] [-v] [--logfile FILE] [-V] [-c PATH] [--freqaimodel-path PATH] [-i TIMEFRAME] [--timerange TIMERANGE] [--data-format-ohlcv {json,jsongz,hdf5,feather,parquet}] - [-p PAIRS [PAIRS ...]] + [-p PAIR] [--freqai-backtest-live-models] + [--startup-candle STARTUP_CANDLES [STARTUP_CANDLES ...]] +optional arguments: +-p PAIR, --pairs PAIR + Limit command to this pair. +--startup-candle STARTUP_CANDLE [STARTUP_CANDLE ...] + Provide a space-separated list of startup_candle_count to + be checked. Default : `199 399 499 999 1999`. ``` ### Summary diff --git a/tests/commands/test_commands.py b/tests/commands/test_commands.py index cdaaf9654..e066eac01 100644 --- a/tests/commands/test_commands.py +++ b/tests/commands/test_commands.py @@ -1556,7 +1556,7 @@ def test_start_strategy_updater(mocker, tmpdir): pargs['config'] = None start_strategy_update(pargs) # Number of strategies in the test directory - assert sc_mock.call_count == 11 + assert sc_mock.call_count == 12 sc_mock.reset_mock() args = [