stable/freqtrade/tests
Gerald Lonlas 28b1ecb109 Convert CryptoToFiatConverter into a Singleton
Result in a speed up of the unittest from 60s to 4s

Because it cost time to load Pymarketcap() every time we create
a CryptoToFiatConverter, it worth it to change it into a
Singleton.
2018-01-21 16:41:59 -08:00
..
exchange Fixing bug report #406 + unit test 2018-01-20 14:44:13 +01:00
optimize with fXXXXX8 2018-01-20 19:30:47 +01:00
rpc Convert CryptoToFiatConverter into a Singleton 2018-01-21 16:41:59 -08:00
testdata fix unitest file for 30 minutes ticker 2018-01-17 13:52:14 +01:00
__init__.py integrate hyperopt and implement subcommand 2017-11-25 01:04:11 +01:00
conftest.py With a better unit test thanks @glonlas 2018-01-21 15:02:41 +01:00
test_acl_pair.py formatting 2018-01-11 07:08:56 +02:00
test_analyze.py With a better unit test thanks @glonlas 2018-01-21 15:02:41 +01:00
test_dataframe.py sort imports 2018-01-11 07:08:56 +02:00
test_fiat_convert.py Convert CryptoToFiatConverter into a Singleton 2018-01-21 16:41:59 -08:00
test_main.py Convert CryptoToFiatConverter into a Singleton 2018-01-21 16:41:59 -08:00
test_misc.py Merge branch 'develop' into backtest-export 2018-01-19 07:02:38 +01:00
test_persistence.py remove unused variables 2018-01-11 07:08:56 +02:00