Skip to content

[3.13] Clean up test_posixpath (GH-134315)#134317

Merged
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-e29171b-3.13
May 20, 2025
Merged

[3.13] Clean up test_posixpath (GH-134315)#134317
serhiy-storchaka merged 1 commit into
python:3.13from
miss-islington:backport-e29171b-3.13

Conversation

@miss-islington

Copy link
Copy Markdown
Contributor
  • Ensure that created files and dirs are always removed after test.
    Now addCleanup() does not conflict with tearDown().
  • Use os_helper.unlink() and os_helper.rmdir().
  • Import TESTFN from os_helper.
    (cherry picked from commit e29171b)

Co-authored-by: Serhiy Storchaka storchaka@gmail.com

* Ensure that created files and dirs are always removed after test.
  Now addCleanup() does not conflict with tearDown().
* Use os_helper.unlink() and os_helper.rmdir().
* Import TESTFN from os_helper.
(cherry picked from commit e29171b)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
@bedevere-app bedevere-app Bot added the tests Tests in the Lib/test dir label May 20, 2025
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) May 20, 2025 07:52
@serhiy-storchaka serhiy-storchaka merged commit edf2de0 into python:3.13 May 20, 2025
@miss-islington miss-islington deleted the backport-e29171b-3.13 branch January 2, 2026 18:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip issue skip news tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants