added support for backtest ranges to collect more data and initial support for pagination
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user