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 30da307d13
Remove encode/decode for hyperopt
5 years ago
..
commands use binance intests instead of bittrex 5 years ago
data plot-profit should use absolute values 5 years ago
edge Handle edge with volumepairlist and empty pair_whitelist 5 years ago
exchange Remove obsolete get_balance method 5 years ago
optimize Remove encode/decode for hyperopt 5 years ago
plugins Fix random test failure due to ttl 0 issue 5 years ago
rpc Merge pull request #4769 from freqtrade/trades_pagination 5 years ago
strategy Add test for custom_sell 5 years ago
testdata
__init__.py
config_test_comments.json use binance intests instead of bittrex 5 years ago
conftest.py Final finetunings of rpc_fill messages 5 years ago
conftest_trades.py use binance intests instead of bittrex 5 years ago
pytest.sh
test_arguments.py
test_configuration.py Add quick test for pair_whitelist overwrite 5 years ago
test_directory_operations.py Add chown method to support docker 5 years ago
test_docs.sh
test_freqtradebot.py Merge pull request #4750 from rokups/rk/custom_sell 5 years ago
test_indicators.py
test_integration.py Remove explicit sell_flag parameter from SellCheckTuple. 5 years ago
test_main.py adjust tests to match new exchangelist output 5 years ago
test_misc.py
test_persistence.py Move static Trade functions to right class 5 years ago
test_plotting.py plot-profit should use absolute values 5 years ago
test_talib.py
test_timerange.py Use OperationalException for TimeRange errors 5 years ago
test_wallets.py Remvoe pointless arguments from get_trade_stake_amount 5 years ago
test_worker.py