]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
[3.12] gh-121200: Log pwd entry in test_expanduser_pwd2() (GH-121207) (#121214)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Mon, 1 Jul 2024 10:02:34 +0000 (12:02 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2024 10:02:34 +0000 (10:02 +0000)
commite2a97d1db0a1e82e1e2841e2cea7d493debc5424
tree2310d806187dcf57e687a82b6299e10870c4a733
parent3fba86e8b8df5997291df0ee505819e05af39073
[3.12] gh-121200: Log pwd entry in test_expanduser_pwd2() (GH-121207) (#121214)

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