-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
4deeb0d
commit eef5a0a
Showing
4 changed files
with
56 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# 0.3 to 0.4 | ||
|
||
This page explains how to migrate from `coola` 0.3 to 0.4 because `coola` 0.4 introduces several | ||
non-backward compatible changes. | ||
|
||
## `objects_are_equal/allclose` | ||
|
||
The signature of the `objects_are_equal` and `objects_are_allclose` function were updated: | ||
|
||
- `object1` was renamed to `actual` | ||
- `object2` was renamed to `expected` | ||
|
||
The same changes were made in the associated classes to be consistent: | ||
|
||
- `BaseEqualityComparator` | ||
- `BaseEqualityHandler` | ||
- `BaseEqualityTester` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters