-
-
Notifications
You must be signed in to change notification settings - Fork 26k
MNT towards removing assert_equal, etc #14222
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
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are all automatic, yeah?
assert_equal(condition, "starting "
"a very long message") It generates invalid code, and those are the ones I manually fixed, and then there were a bunch of pep8 issues that I fixed separately mostly in 0e5d4e7 Then there was removal of the unused imports, which |
Towards #14215
This moves the codebase towards removing the assert_equal, etc.
Some instances are still left, since the nose2pytest did not fix them.