| test: update a couple tests for new funing-fee behvior | 18 天前 |
| test: open interest test updates | 12 天前 |
| test: add tests for exchange part of open_interest interface | 12 天前 |
| test: improve online test for open-interest rates | 12 天前 |
| test: Update historic_predictions repair tests | 18 天前 |
| feat: fail startup when an invalid candle-type is requested. | 12 天前 |
| feat: improve logic for liquidation price calc | 1 年前 |
| test: add hyperopt_logger test | 12 天前 |
| test: remove duplicate test cases | 1 个月前 |
| feat: align wording for pairlist lookback ranges | 22 天前 |
| test: remove get_mock_coro in favor of AsyncMock | 16 天前 |
| test: open interest test updates | 12 天前 |
| test: update a couple tests for new funing-fee behvior | 18 天前 |
| Fix strip_trailing_zeros corrupting integer strings round_value(value, 0) without keep_trailing_zeros ran the formatted integer string through str.rstrip("0"), stripping zeros that are significant digits: round_value(1200, 0) returned "12" and round_value(0, 0) returned "". Only strip when a decimal point is present. Added round_value decimals=0 tests. | 1 个月前 |
| Move tests out of freqtrade module | 6 年前 |
| Autopep8 formatting | 4 年前 |
| test: remove get_mock_coro in favor of AsyncMock | 16 天前 |
| chore: remove some unused noqa's | 1 年前 |
| refactor: tests - update timezone.utc to UTC | 1 年前 |
| test: imrpove testcase | 9 个月前 |
| Remove obsolete scripts | 6 年前 |
| Simplify setup.tests, avoid error log | 2 年前 |
| chore: fix ruff | 1 年前 |
| test: open interest test updates | 12 天前 |
| test: improved test coverage | 22 天前 |
| chore: ruff format updates | 1 年前 |
| test: improve admotion test by skipping empty lines | 1 年前 |
| test: fix leaking warning state | 1 个月前 |
| test: add test for json formatter | 1 年前 |
| test: update tests for new --version handling | 1 年前 |
| chore: switch backtestoutput datetime format to RFC3339 | 1 个月前 |
| fix: subprocess.run -> check=True | 1 个月前 |
| ruff format: Update a few test files | 2 年前 |
| test: switch test code to use technical's qtpylib directly | 1 个月前 |
| test: reduce ta-lib test accuracy to align with ta-lib 0.6.5 Precision for ta-lib 0.6.x was increased but is lower by 0001 than what was in the freqtrade ta-lib fix https://github.com/TA-Lib/ta-lib/blob/main/src/ta_func/ta_utility.h#L257 This won't be a problem for any normal usdt pair. shitcoins on some exchanges (e.g gate) with 12 zeros before the first significant digit wouldn't have worked today, either. | 1 年前 |
| test: add tests for new timerange formats | 17 天前 |
| test: remove duplicate test cases | 1 个月前 |