mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-11-29 16:43:06 +00:00
feat: deprecate hdf5 as data storage
This commit is contained in:
@@ -360,6 +360,11 @@ def test_hdf5datahandler_trades_load(testdatadir):
|
||||
# assert len([t for t in trades2 if t[0] > timerange.stopts * 1000]) == 0
|
||||
|
||||
|
||||
def test_hdf5datahandler_deprecated(testdatadir, caplog):
|
||||
get_datahandler(testdatadir, "hdf5")
|
||||
log_has_re(r"DEPRECATED: The hdf5 dataformat is deprecated.*", caplog)
|
||||
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
"pair,timeframe,candle_type,candle_append,startdt,enddt",
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user