-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Closed
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.
Description
Currently comparison must be done in an ad-hoc way:
assert dict(arya_entity.items()) == {'name': 'Arya', 'family': 'Stark'})FWIW __eq__ is not something that should really be needed outside of the Key, and even then not so much.
NOTE: This was a small part of #336
Metadata
Metadata
Assignees
Labels
api: datastoreIssues related to the Datastore API.Issues related to the Datastore API.type: questionRequest for information or clarification. Not an issue.Request for information or clarification. Not an issue.