-
-
Notifications
You must be signed in to change notification settings - Fork 30.9k
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
gh-71339: Use new assertion methods in test_import and test_importlib #129052
gh-71339: Use new assertion methods in test_import and test_importlib #129052
Conversation
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.
Looks like a straightforward test improvement to me.
I was going to suggest backporting, but these methods are new in 3.14, so that's not an option. |
Thanks @serhiy-storchaka for the PR 🌮🎉.. I'm working now to backport this PR to: 3.13. |
Sorry, @serhiy-storchaka, I could not cleanly backport this to
|
…est_importlib (pythonGH-129052) (cherry picked from commit f7cc7d2) Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
GH-129123 is a backport of this pull request to the 3.13 branch. |
It is an option. See #129123. |
They provide better error report.