..
exchange
use log_has helper in tests
2018-02-24 22:18:19 +02:00
optimize
Fix test_dataframe when ran standalone ( #546 )
2018-03-19 18:30:14 +01:00
rpc
replace pymarketcap with coinmarketcap ( #562 )
2018-03-19 18:40:40 +01:00
strategy
Merge commit '1134c81aad049d4357c8f299ffc801218f3d9574' into feature/objectify
2018-03-03 17:26:06 -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
replace pymarketcap with coinmarketcap ( #562 )
2018-03-19 18:40:40 +01: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
Merge commit '4dca84817eb1b62047a9e4d282254392ea978e44' into feature/objectify
2018-03-04 02:06:40 -08:00
test_arguments.py
Arguments(): Change private methods to public
2018-03-04 17:51:57 -08:00
test_configuration.py
Increase Configuration._load_config_file() code coverage
2018-03-05 19:57:45 -08:00
test_constants.py
Make Pylint Happy chapter 1
2018-03-03 09:33:54 +08:00
test_dataframe.py
Fix test_dataframe when ran standalone ( #546 )
2018-03-19 18:30:14 +01:00
test_fiat_convert.py
replace pymarketcap with coinmarketcap ( #562 )
2018-03-19 18:40:40 +01:00
test_freqtradebot.py
replace pymarketcap with coinmarketcap ( #562 )
2018-03-19 18:40:40 +01:00
test_indicator_helpers.py
add went_up and went_down helpers
2018-02-13 11:37:59 +02:00
test_logger.py
Move Backtesting to a class and add unit tests
2018-03-03 09:33:54 +08:00
test_main.py
replace pymarketcap with coinmarketcap ( #562 )
2018-03-19 18:40:40 +01:00
test_misc.py
Add unit test for misc.common_datearray()
2018-03-04 23:05:44 -08:00
test_persistence.py
remove unnecessary Decimal construction
2018-02-06 21:37:11 +02:00
test_state.py
Add a Enum class State that contains Bot running states
2018-03-03 09:33:54 +08:00