tests: more backtesting testing (#496)

* tests: more backtesting testing

* tests: hyperopt

* tests: document kludge

* tests: improve test_dataframe_correct_length

* tests: remove remarks
This commit is contained in:
kryofly
2018-02-08 20:49:43 +01:00
committed by Janne Sinivirta
parent 53b1f7ac4d
commit 12a19e400f
5 changed files with 206 additions and 15 deletions

View File

@@ -19,8 +19,8 @@ def test_dataframe_correct_columns(result):
def test_dataframe_correct_length(result):
# no idea what this check truly does - should we just remove it?
assert len(result.index) == 14397
dataframe = parse_ticker_dataframe(result)
assert len(result.index) == len(dataframe.index)
def test_populates_buy_trend(result):