mirror of
https://github.com/freqtrade/freqtrade.git
synced 2025-12-14 11:51:19 +00:00
feat: add nr_of_successful_* to api
This commit is contained in:
@@ -1605,6 +1605,8 @@ def test_api_status(
|
||||
"precision_mode": None,
|
||||
"orders": [ANY],
|
||||
"has_open_orders": True,
|
||||
"nr_of_successful_entries": ANY,
|
||||
"nr_of_successful_exits": ANY,
|
||||
}
|
||||
|
||||
mocker.patch(
|
||||
@@ -1817,6 +1819,8 @@ def test_api_force_entry(botclient, mocker, fee, endpoint):
|
||||
"price_precision": None,
|
||||
"precision_mode": None,
|
||||
"has_open_orders": False,
|
||||
"nr_of_successful_entries": ANY,
|
||||
"nr_of_successful_exits": ANY,
|
||||
"orders": [],
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user