-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
bpo-44600: Refactor new tracing tests #27396
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
Conversation
|
Thanks @brandtbucher for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
|
GH-27397 is a backport of this pull request to the 3.10 branch. |
(cherry picked from commit 38ddc8b) Co-authored-by: Brandt Bucher <[email protected]>
|
|
Thanks @brandtbucher for the PR 🌮🎉.. I'm working now to backport this PR to: 3.10. |
(cherry picked from commit 38ddc8b) Co-authored-by: Brandt Bucher <[email protected]>
|
GH-27404 is a backport of this pull request to the 3.10 branch. |
|
Buildbot failure looks unrelated. |
(cherry picked from commit 38ddc8b) Co-authored-by: Brandt Bucher <[email protected]>
This is just a minor update to assert not only that the expected lines are covered, but that they are also covered in the correct order. It also cleans things up a tiny bit, and makes it possible to step through these tests with a debugger.
https://bugs.python.org/issue44600