Skip to content

Commit cfd7d0a

Browse files
committed
test: add ccxt parse test for kraken
part of freqtrade#12326
1 parent 0df1650 commit cfd7d0a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/exchange_online/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,6 +153,8 @@
153153
"ADA.F": {"balance": "2.00000000", "hold_trade": "0.00000000"},
154154
"XBT": {"balance": "0.00060000", "hold_trade": "0.00000000"},
155155
"XBT.F": {"balance": "0.00100000", "hold_trade": "0.00000000"},
156+
"ZEUR": {"balance": "1000.00000000", "hold_trade": "0.00000000"},
157+
"ZUSD": {"balance": "1000.00000000", "hold_trade": "0.00000000"},
156158
}
157159
},
158160
"expected": {
@@ -161,6 +163,8 @@
161163
"BTC": {"free": 0.0006, "total": 0.0006, "used": 0.0},
162164
# XBT.F should be mapped to BTC.F
163165
"BTC.F": {"free": 0.001, "total": 0.001, "used": 0.0},
166+
"EUR": {"free": 1000.0, "total": 1000.0, "used": 0.0},
167+
"USD": {"free": 1000.0, "total": 1000.0, "used": 0.0},
164168
},
165169
},
166170
},

0 commit comments

Comments
 (0)