]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.9] 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 03:24:59 +0000 (20:24 -0700)
committerGitHub <noreply@github.com>
Fri, 18 Mar 2022 03:24:59 +0000 (20:24 -0700)
commit1cab44d8650ae3eece90b04fca373908205e7ee0
tree727dc1f496b57558387a3585edde0678b67a8494
parente808c9d5c78e5a7a9d804eced013a02c0c7df1a5
[3.9] bpo-46421: Fix unittest filename evaluation when called as a module (GH-30654) (GH-31970)

(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]