stable/freqtrade
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 flake: remove requests as we dont use it 2018-01-28 11:09:03 +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 Remove Singleton from Strategy() 2018-03-03 09:33:54 +08:00
tests Update unit tests to be compatible with this refactoring 2018-03-03 09:33:54 +08:00
vendor add missing import 2017-11-20 22:26:32 +01:00
__init__.py Update bot version to 0.16.0 2018-01-22 20:51:39 -08:00
analyze.py Remove Singleton from Strategy() 2018-03-03 09:33:54 +08:00
arguments.py Add a class Arguments to manage cli arguments passed to the bot 2018-03-03 09:33:54 +08:00
configuration.py Move Backtesting to a class and add unit tests 2018-03-03 09:33:54 +08:00
constants.py Remove Singleton from Strategy() 2018-03-03 09:33:54 +08:00
fiat_convert.py Increase pylint score for fiat_convert 2018-01-27 18:23:08 -08:00
freqtradebot.py Refactor main.py 2018-03-03 09:33:54 +08:00
logger.py Move Backtesting to a class and add unit tests 2018-03-03 09:33:54 +08:00
main.py Refactor main.py 2018-03-03 09:33:54 +08:00
misc.py Keep in misc file only tool functions 2018-03-03 09:33:54 +08:00
persistence.py Fix dry_run db issue when open_order_id exist 2018-01-22 23:23:29 -08:00
state.py Add a Enum class State that contains Bot running states 2018-03-03 09:33:54 +08:00