You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Which will enable easier test debugging if a test fails by only showing the dataclass attributes that differ in the first mismatched pair of items, rather than showing the entire list with all attributes of all items.
After #315 merges, we can find all unit tests that compare lists of dataclass objects and update them from:
To:
Which will enable easier test debugging if a test fails by only showing the dataclass attributes that differ in the first mismatched pair of items, rather than showing the entire list with all attributes of all items.
Will also need to handle #317,
The text was updated successfully, but these errors were encountered: