stable/freqtrade/tests
Janne Sinivirta c8fb6c4661 More lint fixes (#198)
* autopep fixes

* remove unused imports

* fix plot_dataframe.py lint warnings

* make pep8 error fails the build

* two more line breakings

* matplotlib.use() must be called before pyplot import
2017-12-18 17:36:00 +01:00
..
testdata Merge pull request #169 from jblestang/fix_ticker_interval 2017-12-12 17:21:55 +02:00
__init__.py integrate hyperopt and implement subcommand 2017-11-25 01:04:11 +01:00
conftest.py More lint fixes (#198) 2017-12-18 17:36:00 +01:00
test_analyze.py fix a broken unit test due to changing test dataset 2017-12-10 13:56:39 +02:00
test_exchange.py add missing import 2017-11-20 22:26:32 +01:00
test_main.py fix pep8 warnings 2017-12-16 03:39:47 +01:00
test_misc.py Merge pull request #193 from gcarq/feature/ci-enforce-pep8 2017-12-17 07:42:23 +02:00
test_optimize_backtesting.py More lint fixes (#198) 2017-12-18 17:36:00 +01:00
test_optimize_hyperopt.py integrate hyperopt and implement subcommand 2017-11-25 01:04:11 +01:00
test_persistence.py add more tests 2017-11-09 20:02:41 +01:00
test_rpc.py add missing import 2017-11-20 22:26:32 +01:00
test_rpc_telegram.py fix pep8 warnings 2017-12-16 03:39:47 +01:00