added support for backtest ranges to collect more data and initial support for pagination

This commit is contained in:
Gert Wohlgemuth
2018-05-24 14:05:29 -07:00
parent f2b8609127
commit e37e7bd914
5 changed files with 145 additions and 8 deletions

View File

@@ -87,7 +87,7 @@ class TestStrategy(IStrategy):
"body": json.dumps(request)
}, {})
assert (len(json.loads(aws.names({}, {})['body'])) == 2)
assert (len(json.loads(aws.names({}, {})['body']['result'])) == 2)
# able to add a duplicated strategy, which should overwrite the existing strategy