Matthias
|
6712d20578
|
test: Add test for new pairlock deduplication
|
2 months ago |
Matthias
|
38a470098f
|
test: shorten explanatory comment
|
5 months ago |
Matthias
|
b0eb5c77ec
|
test: add additional test case for rpc_balance
|
5 months ago |
Matthias
|
0d5bd94f43
|
test: switch futures position to ADA
|
5 months ago |
Matthias
|
735284dccd
|
test: extend rpc_balance test for short and long positions
|
5 months ago |
Matthias
|
31cf2dd46d
|
test: improve rpc_balance handle error test
|
5 months ago |
Matthias
|
06a53924d7
|
test: improve balance rpc test
|
5 months ago |
Matthias
|
60425e6237
|
test: update rpc tests to new calculation mode
|
5 months ago |
Matthias
|
cfd048e74e
|
test: mock fiat_convert entry method
|
5 months ago |
Matthias
|
3ad502b073
|
test: mock object instead of global mock
|
5 months ago |
Matthias
|
6d4ad393d5
|
test: cleanup unneeded mocks from test_rpc
|
5 months ago |
Matthias
|
4c3d9b8c70
|
test: simplify some stoploss test setups
|
6 months ago |
Matthias
|
a4e6ac0c7f
|
test: update test for new status table behavior
|
7 months ago |
Matthias
|
916d8324cb
|
test: update tests with new fields
|
7 months ago |
Matthias
|
cdd9968831
|
test: use realistic arguments for tests
|
7 months ago |
Matthias
|
9f436dcd1e
|
chore: fix RUF043 violations
|
9 months ago |
Matthias
|
60029c2a8b
|
fix: improved message when nonexisting trade is deleted
part of #11967
|
11 months ago |
Matthias
|
640cab2ca8
|
refactor: tests - update timezone.utc to UTC
|
11 months ago |
Matthias
|
301d85ef4f
|
test: remove edge tests
|
1 year ago |
Matthias
|
574419f3a4
|
test: freeze time to avoid random test failure
|
1 year ago |
Matthias
|
a3d3a4de51
|
test: Update test to reflect new total_profit calculation
|
1 year ago |
Axel-CH
|
722d5b2319
|
test: update test of _rpc_pause after removal of specific fallback if bot already paused
|
1 year ago |
Axel-CH
|
3d8d2fc0c6
|
test: update tests related to paused state status message wording
|
1 year ago |
Matthias
|
38feb90f9e
|
chore: update function naming
|
1 year ago |
Axel-CH
|
3ec72f88e2
|
test: update test_rpc_stopentry, small wording change on _rpc_stopentry status
|
1 year ago |
Matthias
|
13e9f8a98e
|
fix: use initialMargin over collateral for position wallet
closes #11415
|
1 year ago |
Matthias
|
cf563c1a56
|
test: update tests for new best-pair logic
|
1 year ago |
Matthias
|
fa4a540f9e
|
test: adjust tests for new performance calculation
|
1 year ago |
Matthias
|
f773905d8e
|
test: adjust rpc tests for new calculation
|
1 year ago |
Matthias
|
cf5b6e5e20
|
test: improve test resiliance
|
1 year ago |
Matthias
|
503eb1e55d
|
Merge pull request #11120 from freqtrade/feat/BNFCR
Add support for BNFCR
|
1 year ago |
Matthias
|
1ca594bbcb
|
chore: show "total" profit if necessary
|
1 year ago |
Matthias
|
c5a95dc682
|
refactor: reuse logic from get-status for get status-table
|
1 year ago |
Matthias
|
d7ccbfef20
|
test: improve test accuracy
|
1 year ago |
Matthias
|
c5f89f34fd
|
tests: improve rpc_handle test
|
1 year ago |
Matthias
|
1ef4b063ea
|
test: adjust test to reflect that futures uses "free", not "total"
|
1 year ago |
Matthias
|
d05cae10f7
|
test: remove duplicate test assertion
|
1 year ago |
Matthias
|
ed2427852b
|
test: adapt starting capital tests for tradable_balance_ratio
|
1 year ago |
Matthias
|
4d36aaff39
|
feat: convert get_valid_pair_combination to generator
|
2 years ago |
Matthias
|
0276e65f39
|
test: update rpc test for new behavior
|
2 years ago |
Matthias
|
e6e193f252
|
test: assert tickers is called a 2nd time if necessary
|
2 years ago |
Matthias
|
b8ba6cd970
|
tests: update rpc_status
|
2 years ago |
Matthias
|
004e30d6be
|
tests: update force_sell test to not use empty amount column
|
2 years ago |
Matthias
|
36098f6b78
|
test: update tests for removal of leverage
|
2 years ago |
Matthias
|
d7bee0c9e0
|
test: update further tests for precision_mode_price
|
2 years ago |
Matthias
|
1588a4253d
|
Update tests for coinGecko updates
|
2 years ago |
Matthias
|
773940e05c
|
Update mocks to FtCoinGeckoApi
|
2 years ago |
Matthias
|
1cbd49fd4e
|
ruff format: rpc tests
|
2 years ago |
Matthias
|
7767ad9d6e
|
Update imports in test directory
|
2 years ago |
Matthias
|
fa79c48c8f
|
Exclude unfilled Trades from "all" /profit
These are not actual profits, as it's unclear if the order
will be filled or will be canceled.
Discovered as part of #10165
|
2 years ago |