We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
in
not in
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.
__contains__
The text was updated successfully, but these errors were encountered:
Partial check for that issue in #132
The Check for:
a in my_object
should be handled separatly.
Sorry, something went wrong.
This issue is partial solved in #132 and the rest is moved to a new issue #139
loechel
No branches or pull requests
In test we should check following cases seperately:
at they might use
__contains__
or something else, depending on the protocol.The text was updated successfully, but these errors were encountered: