Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
[3.13] gh-71339: Use new assertion methods in test_idle (GH-129213)#129237
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
Revise 10 tests in 7 files, with 1 test split into 2.(cherry picked from commitdbb25ce)Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
Addfrom test.support.testcase import ExtraAssertions
at the top of the files and then mixExtraAssertions
into classes that use new methods.
Thanks. Will try to get back to this tomorrow. |
Replaced by#129314 (because I forgot that I could modify this miss-islington PR the same as a person's). |
Uh oh!
There was an error while loading.Please reload this page.
Revise 10 tests in 7 files, with 1 test split into 2.
(cherry picked from commitdbb25ce)
Co-authored-by: Terry Jan Reedytjreedy@udel.edu