Add some simple tests for hyperoptParameters

This commit is contained in:
Matthias
2021-03-27 11:26:26 +01:00
parent 786ddc6a91
commit 71e2134694
5 changed files with 224 additions and 10 deletions

View File

@@ -1149,7 +1149,11 @@ def test_api_strategies(botclient):
rc = client_get(client, f"{BASE_URI}/strategies")
assert_response(rc)
assert rc.json() == {'strategies': ['DefaultStrategy', 'TestStrategyLegacy']}
assert rc.json() == {'strategies': [
'DefaultStrategy',
'HyperoptableStrategy',
'TestStrategyLegacy'
]}
def test_api_strategy(botclient):