]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-121200: Log pwd entry in test_expanduser_pwd2() (#121207)
authorVictor Stinner <vstinner@python.org>
Mon, 1 Jul 2024 09:43:59 +0000 (11:43 +0200)
committerGitHub <noreply@github.com>
Mon, 1 Jul 2024 09:43:59 +0000 (11:43 +0200)
commit05a6f8da6042cc87da1cd3824c1375d12753e5a1
tree33939f2fbcd760bfbfda7fa1d4586489b79601dd
parentc766ad206ea60b1e0edcb625b99e7631954a984f
gh-121200: Log pwd entry in test_expanduser_pwd2() (#121207)

Use subTest() to log the pwd entry in test_expanduser_pwd2() of
test_posixpath to help debugging.
Lib/test/test_posixpath.py