Fix NO_CONF; fix tests

This commit is contained in:
hroff-1902
2019-12-09 12:49:04 +03:00
parent 4b560880fd
commit a9f7e9fb7a
2 changed files with 25 additions and 9 deletions

View File

@@ -62,7 +62,7 @@ ARGS_HYPEROPT_SHOW = ["hyperopt_list_best", "hyperopt_list_profitable", "hyperop
"print_json", "hyperopt_show_no_header"]
NO_CONF_REQURIED = ["download-data", "list-timeframes", "list-markets", "list-pairs",
"hyperopt_list", "hyperopt_show", "plot-dataframe", "plot-profit"]
"hyperopt-list", "hyperopt-show", "plot-dataframe", "plot-profit"]
NO_CONF_ALLOWED = ["create-userdir", "list-exchanges", "new-hyperopt", "new-strategy"]