gh-130607: Extend and cleanup IPv6 tests - #121518
Conversation
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
|
Most changes to Python require a NEWS entry. Add one using the blurb_it web app or the blurb command-line tool. If this change has little impact on Python users, wait for a maintainer to apply the |
There was a problem hiding this comment.
I would still want an issue for refactoring this but a skip news is fine. The issue should indicate which tests need to be refactored (essentially all those using == + assertTrue/False; we should use better assert methods) and why some need to be extended.
We can however improve even the testsdoing == by using assertEqual. Traceback will be nicer.
encukou
left a comment
There was a problem hiding this comment.
IMO this is an improvement; any refactoring can be done in a separate PR.
|
You do not need to update the branch. That will |
Extend IPv6 tests and made little syntax refactoring (cherry picked from commit 9f0879b) Co-authored-by: Ilya Bazhenov <31971067+bazhil@users.noreply.github.com>
|
GH-130678 is a backport of this pull request to the 3.12 branch. |
Extend IPv6 tests and made little syntax refactoring (cherry picked from commit 9f0879b) Co-authored-by: Ilya Bazhenov <31971067+bazhil@users.noreply.github.com>

Hope this work make ipaddress better.