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 b81f24d9c6
Merge pull request #4851 from rokups/rk/backtest-dataprovider
5 years ago
..
commands Small style fixes 5 years ago
data Add small tests for backtest mode 5 years ago
edge Update tests to match new behaviour 5 years ago
exchange Fix Kraken balance update error 5 years ago
optimize Fix hyperopt output 5 years ago
plugins Fix random test failure due to ttl 0 issue 5 years ago
rpc have edge send multiple messages if necessary 5 years ago
strategy Store pair datafrmes in dataprovider for backtesting. 5 years ago
testdata Fix valueerror in case of empty array files 5 years ago
__init__.py
config_test_comments.json use binance intests instead of bittrex 5 years ago
conftest.py Update tests to match new behaviour 5 years ago
conftest_trades.py use binance intests instead of bittrex 5 years ago
pytest.sh
test_arguments.py Rename config.json.example 5 years ago
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 Apply isort to tests 6 years ago
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 Introduce round_coin_value to simplify coin rounding 5 years ago
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 Apply isort to tests 6 years ago
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