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

@@ -261,6 +261,7 @@ def ticker_history_without_bv():
]
# FIX: Perhaps change result fixture to use BTC_UNITEST instead?
@pytest.fixture
def result():
with open('freqtrade/tests/testdata/BTC_ETH-1.json') as data_file: