]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH...
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 24 Dec 2021 08:31:13 +0000 (00:31 -0800)
committerGitHub <noreply@github.com>
Fri, 24 Dec 2021 08:31:13 +0000 (00:31 -0800)
commit8005e22c9c71708ead0e5b16e55e005844c5131f
tree1a37fb10c80966d9b61939e69da529575189d62a
parent1c77aa9fc3c105053167d519607565068a2688b5
bpo-46150: ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser` (GH-30240)

Ensure `fakeuser` does not exist in `PosixPathTest.test_expanduser`
(cherry picked from commit b8de8b7039cee47465b2af9950b0b9ed2d3f2903)

Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
Lib/test/test_pathlib.py
Misc/NEWS.d/next/Tests/2021-12-23-13-42-15.bpo-46150.RhtADs.rst [new file with mode: 0644]