Merge commit 'c5400b6c37c7de64a86c9db39a4d0fa9169b35f6' into feature/objectify

This commit is contained in:
Gerald Lonlas
2018-03-03 10:01:06 +08:00
3 changed files with 20 additions and 19 deletions

View File

@@ -312,9 +312,9 @@ def test_generate_text_table():
'------- ----------- -------------- '
'------------------ -------------- -------- ------\n'
'BTC_ETH 2 15.00 '
'0.60000000 100.0 2 0\n'
'0.60000000 20.0 2 0\n'
'TOTAL 2 15.00 '
'0.60000000 100.0 2 0'
'0.60000000 20.0 2 0'
)
assert backtesting._generate_text_table(data={'BTC_ETH': {}}, results=results) == result_str