Commit Graph

1114 Commits

Author SHA1 Message Date
hippocritical 7b33242aa0 fixed tests according to failed tests on github 2025-12-23 10:57:47 +01:00
Matthias 1143aba671 test: simplify test call 2025-12-17 07:18:19 +01:00
Matthias d5b296c75c test: fix gate stoploss test 2025-12-17 07:18:19 +01:00
Matthias d4aee7e433 test: add autospec=True to just changed tests 2025-12-16 20:48:15 +01:00
Matthias f0908a1043 test: adapt test to new call logic 2025-12-16 20:32:26 +01:00
Matthias 84e9251fcd test: use object patching instead of direct assignment 2025-12-16 20:32:26 +01:00
Matthias 8af0631ff0 Merge pull request #12599 from freqtrade/fix/dynamic_funding_fees
Adjust to dynamic funding fees
2025-12-14 17:56:34 +01:00
Matthias bd5630a104 test: simplify test mock 2025-12-14 16:19:37 +01:00
Matthias 451eef5c99 test: further test simplifications 2025-12-11 06:49:56 +01:00
Matthias 4c3d9b8c70 test: simplify some stoploss test setups 2025-12-10 19:28:30 +01:00
Matthias 6aeab16ce4 test: improve candle type verification test 2025-12-09 20:13:10 +01:00
Matthias f33fd98c83 test: Add test for candle type verification 2025-12-08 14:43:12 +01:00
Matthias f5e6504e22 test: add test for funding rate exchange fix 2025-12-08 09:11:49 +01:00
Matthias 271fc6b585 feat: don't fill up missing funding-fees after merge 2025-12-05 18:20:14 +01:00
Matthias 10e7d279f0 test: improve funding rate combine test 2025-12-02 20:39:34 +01:00
Matthias ac2723c3a0 test: add explicit test for dry stoploss order filling 2025-11-29 12:23:15 +01:00
Matthias 1536c09df3 test: improved test naming 2025-11-29 12:07:13 +01:00
Matthias c83ea0db4f chore: fix default behavior for crossed mode 2025-11-28 15:52:30 +01:00
Matthias 73b427370b test: add tests for dry crossed stoploss 2025-11-28 15:52:30 +01:00
Matthias ca7234e33f test: fix dry-stop tests 2025-11-28 15:52:30 +01:00
Matthias 220480327c test: add explicit test for dry_order_filled 2025-11-21 07:11:05 +01:00
Matthias 56a8fb4aae Merge pull request #12532 from stash86/bitget-delist
add delisting check for bitget futures
2025-11-20 19:51:05 +01:00
Matthias 3f782fc482 Merge pull request #12531 from stash86/bybit-delist
add delisting check for bybit futures
2025-11-20 19:48:11 +01:00
Matthias 92fd9411e5 chore: simplify import 2025-11-20 19:31:28 +01:00
Matthias 50402c5cdc test: add explicit tests for price_crossed 2025-11-20 06:54:22 +01:00
Stefano 4017b010f4 add test 2025-11-20 09:36:17 +09:00
Stefano 7e178cb032 add test 2025-11-20 09:26:16 +09:00
Matthias 89274bfcdb test: update tests for new timeframe approach 2025-11-15 15:46:09 +01:00
Matthias 5be0a9c069 test: update test trading-mode validation test 2025-11-02 09:38:10 +01:00
Matthias 89802da1c7 test: update tests for new okx limits 2025-10-27 19:45:21 +01:00
Matthias 46dc378472 test: add bitget leverage prep test 2025-10-18 09:53:42 +02:00
Matthias d1e73c1916 test: add test for cross liquidation price not supported 2025-10-18 09:48:48 +02:00
Matthias f82d8f3b52 test: refactor _get_params test for simpler reading 2025-10-18 08:47:55 +02:00
Matthias 1f620257f9 test: test for get_params 2025-10-18 08:47:55 +02:00
Matthias 16e9109e96 test: add test for bitget exchange init 2025-10-18 08:47:55 +02:00
Matthias 0041bf5e4e test: use ft_additional_exchange_init in tests 2025-10-14 06:30:05 +02:00
Matthias c7aaa77e44 test: test cross margin calc for hyperliquid 2025-09-30 20:39:40 +02:00
Matthias 1e8252ffcc test: simplify hyperliquid test 2025-09-30 20:33:13 +02:00
Matthias b9e9f6f040 refactor: indicate private methods by convention 2025-09-26 06:47:36 +02:00
Matthias c6061daec4 test: rename tests to match scheme 2025-09-23 20:17:36 +02:00
Matthias 5be0352705 test: add binance spot-delist test 2025-09-23 20:17:30 +02:00
Matthias 7aab3b34d6 test: add more tests for delist exchange code 2025-09-23 19:55:11 +02:00
Matthias 9f436dcd1e chore: fix RUF043 violations 2025-09-15 19:20:20 +02:00
Matthias 49b9296cd9 test: Add futures to test matrix 2025-09-09 19:43:00 +02:00
Matthias 09fabd911e test: simplify and improve fetch_ohlcv test
Also adress okx mark oddity - which didn't show up before due to odd
test setup (using "" instead of "spot").
2025-09-09 19:42:17 +02:00
Matthias 068caf159d test: update test for new okx candle limits 2025-09-09 07:12:03 +02:00
Matthias cfa855dec8 test: remove missleading comment 2025-09-07 15:53:56 +02:00
Matthias 3a7721ebe8 test: add test for fetch_funding_rate
part of #12206
2025-09-06 17:52:14 +02:00
Matthias 246891a8f6 feat: limit downloadable funding rates to funding rate interval
Limit using wrong funding-rate timeframes, which can cause wrong
information and assumptions in the strategy

Part of #12206
2025-09-06 09:21:28 +02:00
Matthias 3e8bb29c9f test: move test to usdt 2025-08-30 15:40:52 +02:00