fix another test
This commit is contained in:
@@ -33,9 +33,16 @@ usage: freqtrade recursive-analysis [-h] [-v] [--logfile FILE] [-V] [-c PATH]
|
|||||||
[--freqaimodel-path PATH] [-i TIMEFRAME]
|
[--freqaimodel-path PATH] [-i TIMEFRAME]
|
||||||
[--timerange TIMERANGE]
|
[--timerange TIMERANGE]
|
||||||
[--data-format-ohlcv {json,jsongz,hdf5,feather,parquet}]
|
[--data-format-ohlcv {json,jsongz,hdf5,feather,parquet}]
|
||||||
[-p PAIRS [PAIRS ...]]
|
[-p PAIR]
|
||||||
[--freqai-backtest-live-models]
|
[--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
|
### Summary
|
||||||
|
|||||||
@@ -1556,7 +1556,7 @@ def test_start_strategy_updater(mocker, tmpdir):
|
|||||||
pargs['config'] = None
|
pargs['config'] = None
|
||||||
start_strategy_update(pargs)
|
start_strategy_update(pargs)
|
||||||
# Number of strategies in the test directory
|
# Number of strategies in the test directory
|
||||||
assert sc_mock.call_count == 11
|
assert sc_mock.call_count == 12
|
||||||
|
|
||||||
sc_mock.reset_mock()
|
sc_mock.reset_mock()
|
||||||
args = [
|
args = [
|
||||||
|
|||||||
Reference in New Issue
Block a user