Updated bibox to combine parent _ccxt_config and minimized _ccxt_config tests

This commit is contained in:
Sam Germain
2021-11-13 16:22:36 -06:00
parent 3d86b18492
commit 099bf7691e
2 changed files with 6 additions and 3 deletions

View File

@@ -3253,9 +3253,10 @@ def test_validate_trading_mode_and_collateral(
("binance", "spot", {}),
("binance", "margin", {"options": {"defaultType": "margin"}}),
("binance", "futures", {"options": {"defaultType": "future"}}),
("gateio", "spot", {}),
("gateio", "margin", {"options": {"defaultType": "margin"}}),
("gateio", "futures", {"options": {"defaultType": "swap"}}),
("bibox", "spot", {"has": {"fetchCurrencies": False}}),
("bibox", "margin", {"has": {"fetchCurrencies": False}, "options": {"defaultType": "margin"}}),
("bibox", "futures", {"has": {"fetchCurrencies": False}, "options": {"defaultType": "swap"}}),
])
def test__ccxt_config(
default_conf,