Added test__ccxt_config for all exchanges with subclass files on freqtrade
This commit is contained in:
parent
099bf7691e
commit
3ce64dd4e9
@ -3253,10 +3253,16 @@ def test_validate_trading_mode_and_collateral(
|
|||||||
("binance", "spot", {}),
|
("binance", "spot", {}),
|
||||||
("binance", "margin", {"options": {"defaultType": "margin"}}),
|
("binance", "margin", {"options": {"defaultType": "margin"}}),
|
||||||
("binance", "futures", {"options": {"defaultType": "future"}}),
|
("binance", "futures", {"options": {"defaultType": "future"}}),
|
||||||
("gateio", "futures", {"options": {"defaultType": "swap"}}),
|
|
||||||
("bibox", "spot", {"has": {"fetchCurrencies": False}}),
|
("bibox", "spot", {"has": {"fetchCurrencies": False}}),
|
||||||
("bibox", "margin", {"has": {"fetchCurrencies": False}, "options": {"defaultType": "margin"}}),
|
("bibox", "margin", {"has": {"fetchCurrencies": False}, "options": {"defaultType": "margin"}}),
|
||||||
("bibox", "futures", {"has": {"fetchCurrencies": False}, "options": {"defaultType": "swap"}}),
|
("bibox", "futures", {"has": {"fetchCurrencies": False}, "options": {"defaultType": "swap"}}),
|
||||||
|
("bybit", "futures", {"options": {"defaultType": "linear"}}),
|
||||||
|
("ftx", "futures", {"options": {"defaultType": "swap"}}),
|
||||||
|
("gateio", "futures", {"options": {"defaultType": "swap"}}),
|
||||||
|
("hitbtc", "futures", {"options": {"defaultType": "swap"}}),
|
||||||
|
("kraken", "futures", {"options": {"defaultType": "swap"}}),
|
||||||
|
("kucoin", "futures", {"options": {"defaultType": "swap"}}),
|
||||||
|
("okex", "futures", {"options": {"defaultType": "swap"}}),
|
||||||
])
|
])
|
||||||
def test__ccxt_config(
|
def test__ccxt_config(
|
||||||
default_conf,
|
default_conf,
|
||||||
|
Loading…
Reference in New Issue
Block a user