1145 Commits

Author SHA1 Message Date
Matthias 580e5b945f test: improve test for bot_balance from mariadb 2026-05-23 20:43:13 +02:00
ducky-duke a03ebc8472 fix: coerce bot_managed to bool in _rpc_get_historic_balance
read_sql may return the wallet_history `bot_managed` Boolean column as an
integer dtype (e.g. MySQL/MariaDB TINYINT). results.loc[results["bot_managed"]]
then does label-based indexing instead of boolean masking, raising a KeyError
on GET /api/v1/historic_balance (HTTP 500). Coerce with .astype(bool).
2026-05-20 17:57:59 +07:00
Matthias ed6899aad6 Merge pull request #13019 from freqtrade/feat/capture_wallets
Capture wallet balance
2026-04-07 07:16:34 +02:00
Matthias 6712d20578 test: Add test for new pairlock deduplication 2026-04-06 09:58:58 +02:00
Matthias 66eb7f0199 test: add test for historic_balance endpoint 2026-04-04 13:12:43 +02:00
Matthias dec3c3e13b test: fix a couple tsts ... 2026-04-04 12:12:11 +02:00
Matthias 1237bb798c test: fix backtest api wallets test 2026-04-04 09:12:44 +02:00
Matthias 51cf051fce test: add test for backtest/wallets endpoint 2026-04-04 09:12:44 +02:00
Matthias 4a9a630765 test: add test for new sysinfo behavior 2026-03-13 06:29:14 +01:00
Matthias 34df7b1793 test: add test for path traversal fix 2026-02-24 21:50:23 +01:00
Matthias 429276cac6 test: add tests for base64 strategy verification 2026-02-24 21:20:48 +01:00
Matthias 523a9d644b test: update test for new error message 2026-02-24 21:12:00 +01:00
Matthias d78ffd7a05 test: use longer JWT_Secret_key for tests 2026-02-10 20:15:35 +01:00
Matthias aa1de750e9 test: update test for new response code 2026-02-10 06:41:41 +01:00
Matthias 4036375759 test: remove pointless test calculation 2026-02-09 20:02:09 +01:00
Matthias a7890a964f test: add test for /strategy live mode 2026-02-08 13:52:33 +01:00
Matthias 570bfef4b3 test: /strategy/ includes random spaces 2026-02-08 13:30:23 +01:00
Matthias 100babc056 test: improve api-strategy test 2026-02-08 13:30:23 +01:00
Matthias 2765277cd0 refactor: /freqaimodels to webserver section 2026-01-22 07:04:27 +01:00
Matthias 5e7246d23b refactor: available_pairs is for webserver only 2026-01-22 07:04:27 +01:00
Matthias fe86163730 test: update test to use webserver only mode 2026-01-22 07:04:27 +01:00
Matthias 38a470098f test: shorten explanatory comment 2026-01-15 19:27:52 +01:00
Matthias b0eb5c77ec test: add additional test case for rpc_balance 2026-01-15 18:17:53 +01:00
Matthias 0d5bd94f43 test: switch futures position to ADA 2026-01-15 18:17:53 +01:00
Matthias 735284dccd test: extend rpc_balance test for short and long positions 2026-01-15 18:17:53 +01:00
Matthias 45b6ec95a4 test: add tests for point annotations 2026-01-09 20:00:33 +01:00
Matthias 31cf2dd46d test: improve rpc_balance handle error test 2026-01-09 06:49:17 +01:00
Matthias 06a53924d7 test: improve balance rpc test 2026-01-08 20:53:29 +01:00
Matthias f08f19d1cb test: Change test to ADA (it's in markets)
Mock trades for balance test
2026-01-08 20:37:12 +01:00
Matthias 60425e6237 test: update rpc tests to new calculation mode 2026-01-08 06:47:17 +01:00
Matthias b9a4918d61 test: reset converter before and after fiat conversions 2026-01-03 14:33:08 +01:00
Matthias 0d7127bb6a refactor: use metaclass for Singleton in FiatConverter 2026-01-03 14:06:17 +01:00
Matthias cfd048e74e test: mock fiat_convert entry method 2026-01-03 14:02:18 +01:00
Matthias c911332da3 test: simplify telegram fiat_convert mocking 2026-01-03 13:51:39 +01:00
Matthias 43a849d45d test: remove pointless mocks 2026-01-03 13:46:37 +01:00
Matthias 3ad502b073 test: mock object instead of global mock 2026-01-03 13:40:18 +01:00
Matthias 6d4ad393d5 test: cleanup unneeded mocks from test_rpc 2026-01-03 13:18:23 +01:00
Matthias 69cc238700 Merge pull request #12560 from stash86/main-stash
add more metrics on profit stat
2026-01-03 12:51:18 +01:00
Matthias 577464c12d Merge pull request #12506 from dev-starlight/develop
fix, Add UTF-8 encoding to read_text method
2026-01-02 13:56:25 +01:00
Matthias bc2be74b36 fix: further fixes for utf8 reading on windows 2026-01-02 12:20:09 +00:00
Matthias 8a33b71351 test: update exchange api test 2026-01-02 11:40:10 +01:00
Stefano 1e6d832f71 fix test 2025-12-31 10:40:09 +09:00
Matthias 0ed3bdc747 test: add test for force exit API logic 2025-12-14 17:57:52 +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 b406219515 test: add candle_types test 2025-12-14 15:51:06 +01:00
Matthias 4c3d9b8c70 test: simplify some stoploss test setups 2025-12-10 19:28:30 +01:00
Matthias 7f831f8a9c test: update tests for new test pairs 2025-12-04 21:28:31 +01:00
Matthias a4e6ac0c7f test: update test for new status table behavior 2025-11-23 08:18:51 +01:00
Matthias b364153d02 feat: add nr_of_successful_* to api 2025-11-22 15:46:34 +01:00
Matthias 916d8324cb test: update tests with new fields 2025-11-22 13:48:57 +01:00