Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
This patch improves AssertEqual._simplified by composing a list of unique items that are compared in the AssertEqual tree, and composing a new tree (if any) from the results. This allows `AssertEqual(a, AssertEqual(a, b))` to be simplified to `AssertEqual(a, b)`, which was not formerly the case.
- Loading branch information