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-34900: Fix subTests to not crash when called from TestCase.debug() #9707

Merged
merged 2 commits into from
Oct 12, 2018

Conversation

nicoddemus
Copy link
Contributor

@nicoddemus nicoddemus commented Oct 4, 2018

@the-knights-who-say-ni
Copy link

Hello, and thanks for your contribution!

I'm a bot set up to make sure that the project can legally accept your contribution by verifying you have signed the PSF contributor agreement (CLA).

Unfortunately we couldn't find an account corresponding to your GitHub username on bugs.python.org (b.p.o) to verify you have signed the CLA (this might be simply due to a missing "GitHub Name" entry in your b.p.o account settings). This is necessary for legal reasons before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue.

You can check yourself to see if the CLA has been received.

Thanks again for your contribution, we look forward to reviewing it!

Copy link
Member

@berkerpeksag berkerpeksag left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@bedevere-bot
Copy link

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@nicoddemus
Copy link
Contributor Author

Thanks @berkerpeksag for the quick review.

I have made the requested changes; please review again.

@bedevere-bot
Copy link

Thanks for making the requested changes!

@berkerpeksag: please review the changes made to this pull request.

@nicoddemus nicoddemus force-pushed the subtests-debug-34900 branch from f2b7b71 to eddd087 Compare October 5, 2018 09:15
@@ -1,2 +1,2 @@
Fixed ``TestCase.debug()`` when used to call test methods with subtests.
Patch by Bruno Oliveira.
Fixed :meth:`unittest.TestCase.debug` when used to call test methods with
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@nicoddemus
Copy link
Contributor Author

Hi @berkerpeksag, gentle ping that CLA has been signed. 👍

@berkerpeksag berkerpeksag merged commit da2bf9f into python:master Oct 12, 2018
@miss-islington
Copy link
Contributor

Thanks @nicoddemus for the PR, and @berkerpeksag for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒⛏🤖

@bedevere-bot
Copy link

GH-9818 is a backport of this pull request to the 3.7 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 12, 2018
(cherry picked from commit da2bf9f)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Oct 12, 2018
(cherry picked from commit da2bf9f)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
@bedevere-bot
Copy link

GH-9819 is a backport of this pull request to the 3.6 branch.

@berkerpeksag
Copy link
Member

Thanks!

@nicoddemus nicoddemus deleted the subtests-debug-34900 branch October 12, 2018 10:47
berkerpeksag pushed a commit that referenced this pull request Oct 12, 2018
(cherry picked from commit da2bf9f)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
berkerpeksag pushed a commit that referenced this pull request Oct 12, 2018
(cherry picked from commit da2bf9f)

Co-authored-by: Bruno Oliveira <nicoddemus@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants