stable/freqtrade/tests
Gerald Lonlas 766ec5ad0f Update unit tests to be compatible with this refactoring
Updated:
- test_acl_pair to be compatible with FreqtradeBot() class
- test_default_strategy.py to be compatible with Analyze() class
2018-03-03 09:33:54 +08:00
..
exchange set capturing level 2018-01-31 19:37:38 +02:00
optimize Move Backtesting to a class and add unit tests 2018-03-03 09:33:54 +08:00
rpc telegram refactor 1/ (#389) 2018-02-01 08:05:23 +02:00
strategy Update unit tests to be compatible with this refactoring 2018-03-03 09:33:54 +08:00
testdata update backtesting data for the latest market craze 2018-01-30 07:01:44 +02:00
__init__.py integrate hyperopt and implement subcommand 2017-11-25 01:04:11 +01:00
conftest.py Update unit tests to be compatible with this refactoring 2018-03-03 09:33:54 +08:00
test_acl_pair.py Update unit tests to be compatible with this refactoring 2018-03-03 09:33:54 +08:00
test_analyze.py Move Analyze to a class 2018-03-03 09:33:54 +08:00
test_arguments.py Add a class Arguments to manage cli arguments passed to the bot 2018-03-03 09:33:54 +08:00
test_configuration.py Move Backtesting to a class and add unit tests 2018-03-03 09:33:54 +08:00
test_constants.py Remove Singleton from Strategy() 2018-03-03 09:33:54 +08:00
test_dataframe.py Increase pylint score on test files 2018-01-28 00:28:41 -08:00
test_fiat_convert.py Increase pylint score for fiat_convert 2018-01-27 18:23:08 -08:00
test_freqtradebot.py Refactor main.py 2018-03-03 09:33:54 +08:00
test_logger.py Move Backtesting to a class and add unit tests 2018-03-03 09:33:54 +08:00
test_main.py Refactor main.py 2018-03-03 09:33:54 +08:00
test_misc.py Refactor main.py 2018-03-03 09:33:54 +08:00
test_persistence.py Increase pylint score on test files 2018-01-28 00:28:41 -08:00
test_state.py Add a Enum class State that contains Bot running states 2018-03-03 09:33:54 +08:00