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
Matthias 29d2fc2e1b
Skip freqAI tests on py3.12
2 years ago
..
commands Fix remaining bittrex instances 2 years ago
data Enhance test to properly capture correct downloading of different futures types 2 years ago
edge
exchange Reduce caching to 5min to speed up UI refreshes in case of open orders. 2 years ago
exchange_online Remove bittrex from more tests 2 years ago
freqai Skip freqAI tests on py3.12 2 years ago
leverage
optimize Implement enter_tag initialization to avoid futures warning 2 years ago
persistence Improve test resiliance 2 years ago
plugins Avoid time colision when creating orders in test 2 years ago
rpc Simplify emc test setup 2 years ago
strategy Implement enter_tag initialization to avoid futures warning 2 years ago
testdata Move previous test config to tests 2 years ago
utils Improve Coin formatter naming 2 years ago
__init__.py
config_test_comments.json
conftest.py Add runmode "dry_run" to default configuration 2 years ago
conftest_trades.py remove open_order_id from test mock trades 3 years ago
conftest_trades_usdt.py remove open_order_id from test mock trades 3 years ago
pytest.sh
test_arguments.py Fix remaining bittrex instances 2 years ago
test_configuration.py Rename methods to make exposure explicit 2 years ago
test_directory_operations.py Remove further usages of Path(tmpdir) 2 years ago
test_docs.sh
test_freqtradebot.py Fix non-asserting test 2 years ago
test_indicators.py
test_integration.py Remove unused test param 2 years ago
test_log_setup.py use isinstance for type checks 2 years ago
test_main.py Fix remaining bittrex instances 2 years ago
test_misc.py Extract number-formatters from misc 2 years ago
test_plotting.py Update tests to use new file 2 years ago
test_strategy_updater.py Further improvements to test setup 2 years ago
test_talib.py
test_timerange.py
test_wallets.py Add max-open-trades param to get_trade_stake_amount 2 years ago
test_worker.py