consistent use of the config dict within the test
This commit is contained in:
parent
b4ba641131
commit
158226012a
@ -80,7 +80,7 @@ def test_strategy(result):
|
||||
|
||||
assert hasattr(resolver.strategy, 'minimal_roi')
|
||||
assert resolver.strategy.minimal_roi[0] == 0.04
|
||||
assert config.get("minimal_roi")['0'] == 0.04
|
||||
assert config["minimal_roi"]['0'] == 0.04
|
||||
|
||||
assert hasattr(resolver.strategy, 'stoploss')
|
||||
assert resolver.strategy.stoploss == -0.10
|
||||
|
Loading…
Reference in New Issue
Block a user