Commits
User selector
Commit History
Commits on Apr 18, 2026
test_avoids_changing...: don't leave test artifacts behind
Show description for 6fc4742committed
Commits on May 28, 2025
Commits on May 22, 2025
Commits on May 21, 2025
- committed
Commits on Mar 19, 2024
Improve test suite import grouping/sorting, __all__ placement
Show description for 4a4d880committed
Commits on Mar 10, 2024
Have test suite use sys.platform to check for Windows
Show description for 465ab56committed
Commits on Feb 29, 2024
Revise test suite docstrings and comments
Show description for 5cf5b60committed
Commits on Feb 15, 2024
Run tests as non-root user in Alpine Linux
Show description for 5de954acommitted
Commits on Dec 19, 2023
Run test_env_vars_for_windows_tests only on Windows
Show description for 6a8ed70committedUse Path.touch to create files for rmtree tests
Show description for b12a54acommitted
Commits on Dec 13, 2023
Avoid mktemp in tests, in straightforward cases
Show description for 41fac85committed
Commits on Dec 8, 2023
be even more generous with 'extra-time' to wait on MacOS
Show description for 86fcb1bcommitted
Commits on Dec 1, 2023
macOS needs even more extra time in test_blocking_lock_file
Show description for d15f891committedRestore longer extra time for Windows, and add for macOS
Show description for c16e4f3committedTemporarily break test_blocking_lock_file on Windows
Show description for f6f335fcommitted
Commits on Nov 29, 2023
- committed
Don't mock the lchmod functions, and explain why
Show description for a09e538committedMock out lchmod functions in _patch_for_wrapping_test?
Show description for e309b35committed
Commits on Nov 14, 2023
Extract some shared patching code to a helper
Show description for 8a22352committedTest that PermissionError is only wrapped on Windows
Show description for e8cfae8committedTest that rmtree doesn't chmod outside the tree
Show description for 5335416committed
Commits on Nov 6, 2023
Merge pull request #1732 from EliahKagan/compat
Show description for d5d897cauthored
Commits on Nov 4, 2023
Deprecate compat.is_<platform>, rewriting all uses
Show description for c01fe76committed
Commits on Nov 3, 2023
Make comments more consistent and clarify license
Show description for 454032ccommittedBetter explain the Windows and Unix cases
Show description for ba5bc45committedLet all TestRmtree tests run on 3.7
Show description for 7d98f94committedFinish making TestCygpath xfail markings granular
Show description for c3d3d1ecommittedStart making TestCygpath xfail markings granular
Show description for 487bc8acommittedPull cygpath and decygpath tests out of TestUtils
Show description for 1dccb8ecommittedMove permission_error_tmpdir skips to test cases
Show description for 2fb8c64committedRemove file_not_found_tmpdir fixture for TestRmtree
Show description for aa1799fcommittedPull HIDE_WINDOWS_*_ERRORS tests out of TestUtils
Show description for c4da058committedPull rmtree tests out of TestUtils class
Show description for e2fa5e2committed- committed
Commits on Oct 9, 2023
Clarify a test helper docstring
Show description for a9b05eccommitted