Move pairlist validation to exchange (we need to use .quote) from

markets
This commit is contained in:
Matthias
2020-02-24 21:22:58 +01:00
parent 6581ba56ca
commit 3e4f663418
4 changed files with 45 additions and 24 deletions

View File

@@ -810,13 +810,6 @@ def test_validate_whitelist(default_conf):
validate_config_consistency(conf)
conf = deepcopy(default_conf)
conf['stake_currency'] = 'USDT'
with pytest.raises(OperationalException,
match=r"Stake-currency 'USDT' not compatible with pair-whitelist.*"):
validate_config_consistency(conf)
def test_load_config_test_comments() -> None:
"""
Load config with comments