Skip to content

[3.14] Clean up test_posixpath (GH-134315)#134316

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

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

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 tests Tests in the Lib/test dir skip issue skip news labels May 20, 2025
@serhiy-storchaka serhiy-storchaka enabled auto-merge (squash) May 20, 2025 07:52
@serhiy-storchaka serhiy-storchaka merged commit 9be3413 into python:3.14 May 20, 2025
@miss-islington miss-islington deleted the backport-e29171b-3.14 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