-
-
Notifications
You must be signed in to change notification settings - Fork 33.4k
Remove redundant line in test_decimal #141281
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
base: main
Are you sure you want to change the base?
Remove redundant line in test_decimal #141281
Conversation
|
Usually, we don't accept PRs that are only cosmetic, especially in tests. So I won't approve this one, sorry. We can clean it up if we were to rewrite To save a few keystrokes. In this case, why not having a method for that on the test class itself. Now, I would be more interested in reorganizing this test file because it's 6 THOUSANDS lines... |
Ok, no problems.
I agree, that's a lot of code. I've tried to make this reorganization. Maybe you have some idea on that topic? |
I think it's fine. We already do this for |
Could you please guide me a little? |
FTR, this was just for the from . import load_tests
import unittest
unittest.main()and in I don't really know whether it's possible to do it though. Maybe it's not! However, I think we should discuss this either on Discord or create an issue for that (at least this PR shouldn't be used for discussion). |
No description provided.