Implement missing_data_fillup to tests and operations
This commit is contained in:
@@ -542,7 +542,7 @@ def ticker_history_list():
|
||||
|
||||
@pytest.fixture
|
||||
def ticker_history(ticker_history_list):
|
||||
return parse_ticker_dataframe(ticker_history_list)
|
||||
return parse_ticker_dataframe(ticker_history_list, "5m", True)
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
@@ -724,7 +724,7 @@ def tickers():
|
||||
@pytest.fixture
|
||||
def result():
|
||||
with open('freqtrade/tests/testdata/UNITTEST_BTC-1m.json') as data_file:
|
||||
return parse_ticker_dataframe(json.load(data_file))
|
||||
return parse_ticker_dataframe(json.load(data_file), '1m', True)
|
||||
|
||||
# FIX:
|
||||
# Create an fixture/function
|
||||
|
||||
Reference in New Issue
Block a user