-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add Meta option to include non init-ed fields (#246)
* fix bitrot in tests * Add Meta option to include non init-ed fields Updates #60 * ensure fields are always compared in a deterministic order * maxdiff none * update pypy * skip failing test on python3.6 * Revert "skip failing test on python3.6" This reverts commit e8e29b9. * fixup! fix bitrot in tests We do care about the order of Union.union_fields. This partially reverts commit cbad82b. * Ignore union ordering --------- Co-authored-by: lovasoa <pere.jobs@gmail.com> Co-authored-by: Jeff Dairiki <dairiki@dairiki.org>
- Loading branch information
1 parent
06f0660
commit 5f38b93
Showing
5 changed files
with
60 additions
and
7 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
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