]> 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:32:27 +0000 (00:32 -0800)
committerGitHub <noreply@github.com>
Fri, 24 Dec 2021 08:32:27 +0000 (00:32 -0800)
commitd718764f389acd1bf4a5a65661bb58862f14fb98
treebd609d47c9c1488d027dba8128e8f49404289785
parent97a015b7b0e8b7ac8775ba5e33a9359a149253bc
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]