-
Notifications
You must be signed in to change notification settings - Fork 7
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
Refactor assert x == y
into self.assertEqual(x, y)
#12
Comments
Are there any tests that use |
CPython has lots of
I think that this is an error, but I would not push this change there 🙂 |
Ah, TIL. Would gladly accept a PR about it. |
I think that there are some important limitations to this rule:
|
I think the second option is better because:
-O
modeThe text was updated successfully, but these errors were encountered: