fix some pylint warnings

This commit is contained in:
gcarq
2017-11-04 18:55:41 +01:00
parent a873688a44
commit 264d71e29e
3 changed files with 40 additions and 12 deletions

View File

@@ -84,6 +84,7 @@ def test_backtest(conf, pairs, mocker, report=True):
results = backtest(conf, pairs, mocker)
print('====================== BACKTESTING REPORT ================================')
[print_pair_results(pair, results) for pair in pairs]
for pair in pairs:
print_pair_results(pair, results)
print('TOTAL OVER ALL TRADES:')
print(format_results(results))