]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-143866: Verify return value of `pathlib.write_{bytes,text}` methods in tests ...
authorb9788213 <b9788213@gmail.com>
Mon, 19 Jan 2026 11:24:20 +0000 (14:24 +0300)
committerGitHub <noreply@github.com>
Mon, 19 Jan 2026 11:24:20 +0000 (14:24 +0300)
commitcb6a662bb0f7a9da9d4ba9dda820053f8d54a9f8
treea573d56942020b78fce5fa06fb43db046118171b
parentd8ab1c79b0e3f1406263c084c7d09a78cc128187
gh-143866: Verify return value of `pathlib.write_{bytes,text}` methods in tests (#143870)

Co-authored-by: sobolevn <mail@sobolevn.me>
Lib/test/test_pathlib/test_write.py