stable/freqtrade/tests
jblestang 8411844d7e Implement pair_blacklist functionality (#257)
* Adding an optional black_list of pairs not to be traded

* applying the blacklist also when not using --dynamic-whitelist

* fix error retrieving pair in conf

* Refactoring the handling of whitelist among the various functions

* unit test to verify that black listed pairs are being removed from the pair_whitelist

* Fixing newly added unit tests in develop

* fixing flake8 code review

* fix code review from @garcq
2017-12-30 14:15:07 +01:00
..
exchange Increase code coverage 2017-12-29 23:37:02 -08:00
optimize Improve backtesting tests (#256) 2017-12-30 11:55:23 +01:00
rpc Increase code coverage 2017-12-29 23:37:02 -08:00
testdata Merge pull request #169 from jblestang/fix_ticker_interval 2017-12-12 17:21:55 +02:00
__init__.py integrate hyperopt and implement subcommand 2017-11-25 01:04:11 +01:00
conftest.py Display profits in fiat 2017-12-26 19:44:19 -08:00
test_acl_pair.py Implement pair_blacklist functionality (#257) 2017-12-30 14:15:07 +01:00
test_analyze.py fix a broken unit test due to changing test dataset 2017-12-10 13:56:39 +02:00
test_dataframe.py tests: anal stretching to accomodate flake8 2017-12-28 20:05:33 +01:00
test_fiat_convert.py Display profits in fiat 2017-12-26 19:44:19 -08:00
test_main.py Implement pair_blacklist functionality (#257) 2017-12-30 14:15:07 +01:00
test_misc.py Merge pull request #193 from gcarq/feature/ci-enforce-pep8 2017-12-17 07:42:23 +02:00
test_persistence.py Add more unittest (#241) 2017-12-27 11:41:11 +01:00