]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45187: Collect test_socket tests using unittest (GH-28317)
authorSerhiy Storchaka <storchaka@gmail.com>
Fri, 17 Sep 2021 10:13:09 +0000 (13:13 +0300)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 10:13:09 +0000 (12:13 +0200)
commit0361335b80b435ca3694981b41f8269e390eb892
tree746c25797bcb59b9672baadb68f81487e6310a66
parent4857e53890408fd5a8ee0e83c0250dd5355b3de3
bpo-45187: Collect test_socket tests using unittest (GH-28317)

Previously, test classes ISOTPTest, J1939Test, BasicUDPLITETest and
UDPLITETimeoutTest were not included in the list of tests and
were not run by regrtest.
Lib/test/test_socket.py