add test_refresh_latest_trades to test_exchange

This commit is contained in:
Joe Schr
2024-05-14 18:06:57 +02:00
parent dd432ffbde
commit ec9d1812c6
2 changed files with 165 additions and 4 deletions
+3 -1
View File
@@ -574,7 +574,8 @@ def get_default_conf(testdatadir):
"pair_blacklist": [
"DOGE/BTC",
"HOT/BTC",
]
],
"use_public_trades": True,
},
"pairlists": [
{"method": "StaticPairList"}
@@ -596,6 +597,7 @@ def get_default_conf(testdatadir):
"internals": {},
"export": "none",
"dataformat_ohlcv": "feather",
"dataformat_trades": "feather",
"runmode": "dry_run",
"candle_type_def": CandleType.SPOT,
}