Add test for strategy-updater start method

This commit is contained in:
Matthias
2023-03-12 15:59:02 +01:00
parent d2a412d2c6
commit 0911cd72a2
2 changed files with 37 additions and 2 deletions

View File

@@ -116,7 +116,7 @@ NO_CONF_REQURIED = ["convert-data", "convert-trade-data", "download-data", "list
NO_CONF_ALLOWED = ["create-userdir", "list-exchanges", "new-strategy"]
ARGS_STRATEGY_UTILS = ["strategy_list"]
ARGS_STRATEGY_UTILS = ["strategy_list", "strategy_path", "recursive_strategy_search"]
class Arguments: