mirror of
https://github.com/freqtrade/freqtrade.git
synced 2026-01-20 14:00:38 +00:00
test: Add futures to test matrix
This commit is contained in:
@@ -2145,7 +2145,7 @@ def test___now_is_time_to_refresh(default_conf, mocker, exchange_name, time_mach
|
||||
assert exchange._now_is_time_to_refresh(pair, "1d", candle_type) is True
|
||||
|
||||
|
||||
@pytest.mark.parametrize("candle_type", ["mark", "spot"])
|
||||
@pytest.mark.parametrize("candle_type", ["mark", "spot", "futures"])
|
||||
@pytest.mark.parametrize("exchange_name", EXCHANGES)
|
||||
def test_get_historic_ohlcv(default_conf, mocker, caplog, exchange_name, candle_type):
|
||||
caplog.set_level(logging.DEBUG)
|
||||
|
||||
Reference in New Issue
Block a user