]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-45187: Collect test_socket tests using unittest (GH-28317)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 17 Sep 2021 10:34:46 +0000 (03:34 -0700)
committerGitHub <noreply@github.com>
Fri, 17 Sep 2021 10:34:46 +0000 (03:34 -0700)
commit5a5684a14b1417fea27af6b6a89eb7faec7fb80a
treefaac5e9628ff20880bbe2903adbc6f39404ecd27
parentce59ac93626004894c2b291ec599a36cfa9fb0be
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.
(cherry picked from commit 0361335b80b435ca3694981b41f8269e390eb892)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
Lib/test/test_socket.py