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

handle in and not in seperately #113

Closed
loechel opened this issue May 18, 2018 · 2 comments
Closed

handle in and not in seperately #113

loechel opened this issue May 18, 2018 · 2 comments
Assignees

Comments

@loechel
Copy link
Member

loechel commented May 18, 2018

In test we should check following cases seperately:

a in my_object
a in my_list
a in my_dict
a in my_set

at they might use __contains__ or something else, depending on the protocol.

@loechel loechel self-assigned this Oct 2, 2018
@loechel
Copy link
Member Author

loechel commented Oct 2, 2018

Partial check for that issue in #132

The Check for:

a in my_object

should be handled separatly.

@loechel
Copy link
Member Author

loechel commented Oct 3, 2018

This issue is partial solved in #132 and the rest is moved to a new issue #139

@loechel loechel closed this as completed Oct 3, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant