add more tests

This commit is contained in:
gcarq
2017-11-07 22:27:44 +01:00
parent 18eec0f4d4
commit 6ce6018bb7
3 changed files with 194 additions and 27 deletions

View File

@@ -14,7 +14,7 @@ from freqtrade.misc import CONF_SCHEMA
def default_conf():
""" Returns validated configuration suitable for most tests """
configuration = {
"max_open_trades": 3,
"max_open_trades": 1,
"stake_currency": "BTC",
"stake_amount": 0.05,
"dry_run": True,