Commit Graph

546 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 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 45b6ec95a4 test: add tests for point annotations 2026-01-09 20:00:33 +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 b364153d02 feat: add nr_of_successful_* to api 2025-11-22 15:46:34 +01:00
Matthias 34cba1480e test: improved line-annotation test-case 2025-10-08 07:07:39 +02:00
Matthias 9ea249180a test: add annotation line test 2025-10-08 06:42:53 +02:00
Matthias 9f436dcd1e chore: fix RUF043 violations 2025-09-15 19:20:20 +02:00
Matthias 95a710d4a8 chore: fix RUF059 violations 2025-09-15 19:15:43 +02:00
Matthias 07906d2576 test: update api backtest test 2025-08-17 15:02:28 +02:00
Matthias 5e64416dfa test: add test for profit_all 2025-07-18 20:17:19 +02:00
Matthias 2ecadabd92 chore: align API endpoints 2025-07-08 20:09:17 +02:00
Matthias e90c60c940 chore: improved response on delete order 2025-07-07 19:26:35 +02:00
Matthias 640cab2ca8 refactor: tests - update timezone.utc to UTC 2025-07-04 18:22:42 +02:00
Matthias aa89ce80ab test: remove edge from tests (initial round) 2025-06-10 07:15:02 +02:00
Matthias 61dd94ceb0 test: add tests for annotations feature 2025-05-02 19:59:23 +02:00
Matthias d8b51875bf test: update tests for new file structure 2025-04-27 11:35:06 +02:00
Matthias a6d76cad39 test: improve api test to ensure the default is what we expect 2025-04-13 10:24:34 +02:00
David Arena 194d53acf8 fix: adding checks for trades and order_by_id 2025-04-12 16:57:30 +02:00
Matthias 0e92372b0b chore: don't use list[0] - but next 2025-04-09 19:42:46 +02:00
Axel-CH 722d5b2319 test: update test of _rpc_pause after removal of specific fallback if bot already paused 2025-03-28 10:18:21 -04:00
Axel-CH 3d8d2fc0c6 test: update tests related to paused state status message wording 2025-03-28 02:32:15 -04:00
Matthias 38feb90f9e chore: update function naming 2025-03-28 06:42:07 +01:00
Axel-CH 85772ac7f7 test: update stopentry related tests for rpc api and telegram 2025-03-23 00:27:52 -04:00