bpo-31201: Clarify command to re-run failing test(s) with example#6417
bpo-31201: Clarify command to re-run failing test(s) with example#6417ned-deily merged 2 commits intopython:masterfrom
Conversation
|
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 our records indicate you have not signed the CLA. For legal reasons we need you to sign this before we can look at your contribution. Please follow the steps outlined in the CPython devguide to rectify this issue. Thanks again to your contribution and we look forward to looking at it! |
README.rst
Outdated
| example, if ``test_os`` and ``test_gdb`` failed, you can run:: | ||
|
|
||
| make test TESTOPTS="-v test_that_failed" | ||
| make test TESTOPTS="-v test_os test_gdb" |
There was a problem hiding this comment.
Why the (additional) preceding space?
|
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 |
|
Thanks for making the requested changes! @ned-deily: please review the changes made to this pull request. |
|
Thanks @aaronang for the PR, and @ned-deily for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7. |
|
GH-6437 is a backport of this pull request to the 3.7 branch. |
…thonGH-6417) (cherry picked from commit 0f914b5) Co-authored-by: Aaron Ang <aaronang@users.noreply.github.com>
…thonGH-6417) (cherry picked from commit 0f914b5) Co-authored-by: Aaron Ang <aaronang@users.noreply.github.com>
|
GH-6438 is a backport of this pull request to the 3.6 branch. |
https://bugs.python.org/issue31201
https://bugs.python.org/issue31201