PEP8 correction
This commit is contained in:
parent
e7b12704de
commit
09226fd5d5
@ -787,7 +787,8 @@ def test_hyperopt_list(mocker, capsys, hyperopt_results):
|
|||||||
start_hyperopt_list(pargs)
|
start_hyperopt_list(pargs)
|
||||||
captured = capsys.readouterr()
|
captured = capsys.readouterr()
|
||||||
assert all(x in captured.out
|
assert all(x in captured.out
|
||||||
for x in [" 2/12", " 10/12", "Best result:", "Buy hyperspace params", "Sell hyperspace params", "ROI table", "Stoploss"])
|
for x in [" 2/12", " 10/12", "Best result:", "Buy hyperspace params",
|
||||||
|
"Sell hyperspace params", "ROI table", "Stoploss"])
|
||||||
assert all(x not in captured.out
|
assert all(x not in captured.out
|
||||||
for x in [" 1/12", " 3/12", " 4/12", " 5/12", " 6/12", " 7/12", " 8/12", " 9/12",
|
for x in [" 1/12", " 3/12", " 4/12", " 5/12", " 6/12", " 7/12", " 8/12", " 9/12",
|
||||||
" 11/12", " 12/12"])
|
" 11/12", " 12/12"])
|
||||||
|
Loading…
Reference in New Issue
Block a user