Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

bpo-30132: distutils BuildExtTestCase use temp_cwd #1380

Merged
merged 1 commit into from
May 2, 2017
Merged

bpo-30132: distutils BuildExtTestCase use temp_cwd #1380

merged 1 commit into from
May 2, 2017

Conversation

vstinner
Copy link
Member

@vstinner vstinner commented May 2, 2017

BuildExtTestCase of test_distutils now uses support.temp_cwd() in
setUp() to remove files created in the current working in all
BuildExtTestCase unit tests, not only test_build_ext().

Move also tearDown() just after setUp().

BuildExtTestCase of test_distutils now uses support.temp_cwd() in
setUp() to remove files created in the current working in all
BuildExtTestCase unit tests, not only test_build_ext().

Move also tearDown() just after setUp().
@vstinner vstinner added the tests Tests in the Lib/test dir label May 2, 2017
@mention-bot
Copy link

@Haypo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @benjaminp, @merwok and @ezio-melotti to be potential reviewers.

@vstinner vstinner merged commit 92fd6c9 into python:master May 2, 2017
@vstinner vstinner deleted the distutils_temp_cwd branch May 2, 2017 11:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
tests Tests in the Lib/test dir
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants