Skip to content
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

Remove deprecated rich_compare metadata #1698

Merged
merged 6 commits into from
Aug 11, 2022

Conversation

mdickinson
Copy link
Member

This PR removes the deprecated rich_compare metadata.

Closes #602.

@mdickinson

This comment was marked as resolved.

Copy link
Contributor

@corranwebster corranwebster left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good.

I'd suggest perhaps renaming test_rich_compare.py and the classes inside it which refer to "rich compare" to use something like "equality compare", "comparison mode" or something similar as appropriate, since there is now no other reference to "rich comparison" in the codebase.

@mdickinson
Copy link
Member Author

I'd suggest perhaps renaming test_rich_compare.py and the classes inside it

Done; I've cleaned up that test module; while I was at it, I added missing tests for ComparisonMode.none complementing the existing ones for ComparisonMode.identity and ComparisonMode.equality.

mdickinson added a commit that referenced this pull request Aug 11, 2022
@mdickinson mdickinson enabled auto-merge (squash) August 11, 2022 09:48
@mdickinson mdickinson merged commit c5c95d6 into main Aug 11, 2022
@mdickinson mdickinson deleted the cleanup-remove-deprecated-rich-compare branch August 11, 2022 09:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Stop handling rich_compare.
2 participants