-
-
Notifications
You must be signed in to change notification settings - Fork 246
V3 #46
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This file contains hidden or 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
…s. Non-subscriptable ones are broken after this commit, but there's no test for it. So let's pretend everything's fine.
…efore_return_object_refs
… they are subscriptable
…passing type_change, value_change and item_added_and_removed tests
…, but still not the repeat repetition ones
…rt_repetition, test_list_of_unhashable_difference_ignore_order*, test_list_of_sets_difference_ignore_order*, test_list_that_contains_dictionary, test_comprehensive_ignore_order, test_ignore_order_when_objects_similar
…ore_order_report_repetition
…t_custom_object_with_added_removed_methods, test_custom_objects_add_and_remove_method, test_custom_objects_add_and_remove_method_verbose, test_set_of_custom_objects, test_dictionary_of_custom_objects
…t. We're checking twice now - once before starting comparison and once before reporting. This handles descending deeper into the comparison. Optimizable.
…t-style report from the ref-style one.
…result(). Now also passing test_bad_attribute.
4 similar comments
2 similar comments
Handle __slots__ being a string or containing name mangled attributes
2 similar comments
2 similar comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
parents
. This model allows an easy way to traverse through parent, child in a diff graph. There is one graph per diff just like how there was oneparents
per diff.