Skip to content

Commit 102fc3e

Browse files
committed
test: add basic online tests for coinex exchange
1 parent abd0297 commit 102fc3e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

tests/exchange_online/conftest.py

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,6 +419,14 @@
419419
"timeframe": "1h",
420420
"candle_count": 1000,
421421
},
422+
"coinex": {
423+
"pair": "BTC/USDT",
424+
"stake_currency": "USDT",
425+
"hasQuoteVolume": False,
426+
"timeframe": "1h",
427+
"candle_count": 1000,
428+
"orderbook_max_entries": 50,
429+
},
422430
# TODO: re-enable htx once certificates work again
423431
# "htx": {
424432
# "pair": "ETH/BTC",

0 commit comments

Comments
 (0)