mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-02 01:53:05 +00:00
Add test for start_cap_ratio
This commit is contained in:
@@ -591,6 +591,8 @@ def test_rpc_balance_handle(default_conf, mocker, tickers):
|
||||
'side': 'short',
|
||||
}
|
||||
]
|
||||
assert result['starting_capital'] == 10
|
||||
assert result['starting_capital_ratio'] == 0.0
|
||||
|
||||
|
||||
def test_rpc_start(mocker, default_conf) -> None:
|
||||
|
||||
Reference in New Issue
Block a user