stable/freqtrade/tests
Matthias a26cdceb4b Fix tests run in random order (#599)
* allow tests to run in random mode

* Fix random test mode for fiat-convert

* allow random test execution in persistence

* fix pep8 styling

* use "usefixtures" to prevent pylint "unused parameter" message

* add pytest-random-order to travis
2018-04-07 20:06:53 +02:00
..
exchange Fix tests run in random order (#599) 2018-04-07 20:06:53 +02:00
optimize adapt test_download_backtesting_testdata 2018-03-29 20:17:11 +02:00
rpc remove obsolete helper functions and make _state a public member. 2018-03-21 18:50:18 +01:00
strategy remove obsolete assertions 2018-03-27 16:32:58 +02:00
testdata optimize imports 2018-03-20 19:50:04 +01:00
__init__.py integrate hyperopt and implement subcommand 2017-11-25 01:04:11 +01:00
conftest.py Fix tests run in random order (#599) 2018-04-07 20:06:53 +02: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 change column order assertions 2018-03-29 20:16:46 +02:00
test_arguments.py implement '--strategy-path' argument 2018-03-27 16:32:58 +02:00
test_configuration.py add test_load_custom_strategy() 2018-03-27 18:29:51 +02:00
test_constants.py define constants on module level (#596) 2018-04-02 16:42:53 +02:00
test_dataframe.py refactor StrategyResolver to work with class names 2018-03-25 15:12:39 +02:00
test_fiat_convert.py Fix tests run in random order (#599) 2018-04-07 20:06:53 +02:00
test_freqtradebot.py remove function assertions 2018-03-21 18:50:18 +01:00
test_indicator_helpers.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 remove invalid mock 2018-03-25 15:12:39 +02:00
test_persistence.py Fix tests run in random order (#599) 2018-04-07 20:06:53 +02:00
test_state.py Add a Enum class State that contains Bot running states 2018-03-03 09:33:54 +08:00