mirror of
https://github.com/freqtrade/freqtrade.git
synced 2024-11-10 10:21:59 +00:00
Remove half-commented test part
This commit is contained in:
parent
6659d26131
commit
71737d8792
|
@ -139,11 +139,6 @@ def test_jsondatahandler_ohlcv_purge(mocker, testdatadir):
|
|||
|
||||
def test_jsondatahandler_ohlcv_load(testdatadir, caplog):
|
||||
dh = JsonDataHandler(testdatadir)
|
||||
# df = dh.ohlcv_load('XRP/ETH', '5m', 'spot')
|
||||
# assert len(df) == 712
|
||||
|
||||
# df_mark = dh.ohlcv_load('UNITTEST/USDT:USDT', '1h', candle_type="mark")
|
||||
# assert len(df_mark) == 100
|
||||
|
||||
df = dh.ohlcv_load('UNITTEST/BTC', '1m', 'spot')
|
||||
assert len(df) > 0
|
||||
|
|
Loading…
Reference in New Issue
Block a user