]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
gh-139322: Remove redundant `test_os.Win32ErrorTests` (#139477)
authorVictor Stinner <vstinner@python.org>
Thu, 2 Oct 2025 18:46:25 +0000 (20:46 +0200)
committerGitHub <noreply@github.com>
Thu, 2 Oct 2025 18:46:25 +0000 (20:46 +0200)
commitaf01b4686613ec712f803959f0dba4e34d07ae3e
tree7ad22ab338f2d2596b215e3f902880208df87bea
parent9bf69659e178d3fbd6996ec8beba563a843bbf6e
gh-139322: Remove redundant `test_os.Win32ErrorTests` (#139477)

test_os.OSErrorTests already covers the OSError class and is more
complete than Win32ErrorTests.
Lib/test/test_os/test_os.py
Lib/test/test_os/test_windows.py