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 ffca09bbcb
Test ohlcv_candle_limit explicitly
5 years ago
..
commands Merge pull request #4285 from freqtrade/ui_deploy 5 years ago
data Fix valueerror in case of empty array files 5 years ago
edge Position-size should NEVER be over available_capital 5 years ago
exchange Test ohlcv_candle_limit explicitly 5 years ago
optimize Add small test cases 5 years ago
plugins Add test to call verify_pairlist multiple times 5 years ago
rpc Improve coin value output by rounding coin specific 5 years ago
strategy Merge pull request #4147 from hoeckxer/ignore_expired_candle 5 years ago
testdata Fix valueerror in case of empty array files 5 years ago
__init__.py
config_test_comments.json Merge branch 'develop' into timeframe 6 years ago
conftest.py Cache markets in the exchange object 5 years ago
conftest_trades.py Fix mock-tests missing some fields 5 years ago
pytest.sh
test_arguments.py Rename config.json.example 5 years ago
test_configuration.py FIx random test failure if certain files exist 5 years ago
test_directory_operations.py Apply isort to tests 5 years ago
test_docs.sh Adjust windows docs, fix failing doc-test 6 years ago
test_freqtradebot.py Parse regular cancel_order call to update orders table 5 years ago
test_indicators.py Apply isort to tests 5 years ago
test_integration.py Move get_trade_stake_amount to wallets 5 years ago
test_main.py Rename config.json.example 5 years ago
test_misc.py Introduce round_coin_value to simplify coin rounding 5 years ago
test_persistence.py Check if order is a dict before parsing 5 years ago
test_plotting.py Properly patch exchange for plot_profit test 5 years ago
test_talib.py Apply isort to tests 5 years ago
test_timerange.py
test_wallets.py Improve test coverage 5 years ago
test_worker.py