]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.13] gh-121200: Log pwd entry in test_expanduser_pwd2() (GH-121207) (#121213)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Jul 2024 10:09:01 +0000 (12:09 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2024 10:09:01 +0000 (10:09 +0000)
commit7bd67d56c4fea7a9cbbd1282704f083e5ecf418b
tree45ed6dfc75ca676a1bc030fa02868e5f32680078
parent178b5b16d38ba08daa1037920fea274975ac830d
[3.13] gh-121200: Log pwd entry in test_expanduser_pwd2() (GH-121207) (#121213)

gh-121200: Log pwd entry in test_expanduser_pwd2() (GH-121207)

Use subTest() to log the pwd entry in test_expanduser_pwd2() of
test_posixpath to help debugging.
(cherry picked from commit 05a6f8da6042cc87da1cd3824c1375d12753e5a1)

Co-authored-by: Victor Stinner <vstinner@python.org>
Lib/test/test_posixpath.py