Update Idem test

This commit is contained in:
Matthias 2023-10-10 18:21:52 +02:00
parent 0f5b69b4f2
commit 5a0c15f377

View File

@ -2094,11 +2094,10 @@ def test_Trade_object_idem():
'get_enter_tag_performance',
'get_mix_tag_performance',
'get_trading_volume',
'from_json',
'validate_string_len',
)
EXCLUDES2 = ('trades', 'trades_open', 'bt_trades_open_pp', 'bt_open_open_trade_count',
'total_profit')
'total_profit', 'from_json',)
# Parent (LocalTrade) should have the same attributes
for item in trade: