stable/freqtrade/tests
enenn 1f75636e56 [1/3] Add support for multiple exchanges with ccxt (objectified version) (#585)
* remove obsolete helper functions and make _state a public member.

* remove function assertions

* revert worker() changes

* Update pytest from 3.4.2 to 3.5.0

* Adapt exchange functions to ccxt API
Remove get_market_summaries and get_wallet_health, add exception handling

* Add NetworkException

* Change pair format in constants.py

* Add tests for exchange functions that comply with ccxt

* Remove bittrex tests

* Remove Bittrex and Interface classes

* Add retrier decorator

* Remove cache from get_ticker

* Remove unused and duplicate imports

* Add keyword arguments for get_fee

* Implement 'get_pair_detail_url'

* Change get_ticker_history format to ccxt format

* Fix exchange urls dict, don't need to initialize exchanges

* Add "Using Exchange ..." logging line
2018-04-06 10:57:08 +03:00
..
exchange [1/3] Add support for multiple exchanges with ccxt (objectified version) (#585) 2018-04-06 10:57:08 +03:00
optimize optimize imports 2018-03-20 19:50:04 +01:00
rpc [1/3] Add support for multiple exchanges with ccxt (objectified version) (#585) 2018-04-06 10:57:08 +03:00
strategy optimize imports 2018-03-20 19:50:04 +01:00
testdata [1/3] Add support for multiple exchanges with ccxt (objectified version) (#585) 2018-04-06 10:57:08 +03:00
__init__.py integrate hyperopt and implement subcommand 2017-11-25 01:04:11 +01:00
conftest.py [1/3] Add support for multiple exchanges with ccxt (objectified version) (#585) 2018-04-06 10:57:08 +03:00
test_acl_pair.py Fix tests in acl_pair 2018-03-24 20:42:51 +01:00
test_analyze.py optimize imports 2018-03-20 19:50:04 +01:00
test_arguments.py optimize imports 2018-03-20 19:50:04 +01:00
test_configuration.py use local config-object for check_exchange 2018-04-04 22:05:17 +02:00
test_constants.py Make Pylint Happy chapter 1 2018-03-03 09:33:54 +08:00
test_dataframe.py optimize imports 2018-03-20 19:50:04 +01:00
test_fiat_convert.py replace pymarketcap with coinmarketcap (#562) 2018-03-19 18:40:40 +01:00
test_freqtradebot.py [1/3] Add support for multiple exchanges with ccxt (objectified version) (#585) 2018-04-06 10:57:08 +03:00
test_indicator_helpers.py optimize imports 2018-03-20 19:50:04 +01:00
test_logger.py optimize imports 2018-03-20 19:50:04 +01:00
test_main.py optimize imports 2018-03-20 19:50:04 +01:00
test_misc.py Add handling for gzip files 2018-03-30 23:30:23 +02:00
test_persistence.py [1/3] Add support for multiple exchanges with ccxt (objectified version) (#585) 2018-04-06 10:57:08 +03:00
test_state.py Add a Enum class State that contains Bot running states 2018-03-03 09:33:54 +08:00