You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
freqtrade/tests
x-mass ea6d23bd2d
fix: align _get_close_rate_for_roi with calc_profit_ratio logic in backtesting
5 months ago
..
commands chore: fix RUF043 violations 6 months ago
data test: add test for dp.check_delisting 5 months ago
exchange refactor: indicate private methods by convention 5 months ago
exchange_online test: add basic online tests for coinex exchange 5 months ago
freqai chore: remove unused import 8 months ago
freqtradebot chore: fix RUF043 violations 6 months ago
leverage
optimize Merge pull request #12214 from mrpabloyeah/fix-shufflefilter-behavior-in-backtesting 6 months ago
persistence fix: align _get_close_rate_for_roi with calc_profit_ratio logic in backtesting 5 months ago
plugins chore: fix line-lengths 5 months ago
rpc chore: fix RUF043 violations 6 months ago
strategy chore: fix RUF043 violations 6 months ago
testdata feat: add developer documentation to generate backtest results 6 months ago
util test: add test for get_dry_run_wallet 8 months ago
__init__.py
config_test_comments.json
conftest.py test: non-freqai tests should run without torch installed 7 months ago
conftest_hyperopt.py chore: remove some unused noqa's 11 months ago
conftest_trades.py refactor: tests - update timezone.utc to UTC 8 months ago
conftest_trades_usdt.py refactor: tests - update timezone.utc to UTC 8 months ago
pytest.sh
setup.Tests.ps1
test_arguments.py chore: fix ruff 11 months ago
test_configuration.py chore: fix RUF043 violations 6 months ago
test_directory_operations.py chore: ruff format updates 1 year ago
test_docs.sh test: improve admotion test by skipping empty lines 10 months ago
test_indicators.py
test_log_setup.py test: add test for json formatter 12 months ago
test_main.py test: update tests for new --version handling 1 year ago
test_misc.py
test_plotting.py
test_strategy_updater.py adds numpy.NaN => np.nan conversion to the strategy updater since numpy2.0 changed that, now it throws errors. 7 months ago
test_talib.py test: reduce ta-lib test accuracy to align with ta-lib 0.6.5 7 months ago
test_timerange.py refactor: tests - update timezone.utc to UTC 8 months ago
test_wallets.py