]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 18 Mar 2022 00:00:52 +0000 (17:00 -0700)
committerGitHub <noreply@github.com>
Fri, 18 Mar 2022 00:00:52 +0000 (17:00 -0700)
commit0b5f99ad1af0892a2d6043abd8aeb10d685d3844
tree744f62e67d671917cc7b2d3461c8d74fd752c332
parentba76f901923d80ad9b24bb1636aa751d55e0c768
bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654)

(cherry picked from commit a0db11b10fca0fee6bb2b8d6277e266bad8c0fdb)

Co-authored-by: Bader Zaidan <bader@zaidan.pw>
Lib/test/test_cmd_line.py
Lib/unittest/main.py
Misc/ACKS
Misc/NEWS.d/next/Library/2022-01-18-01-29-38.bpo-46421.9LdmNr.rst [new file with mode: 0644]