-
-
Notifications
You must be signed in to change notification settings - Fork 32.3k
gh-98388: add tests for happy eyeballs #136368
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
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.
In the PEP 8, style guide, we limit all lines to a maximum of 79 characters.
(EDIT: Removed loud and redundant screenshot image.)
Let's not do that here. The style guide is voluntary, not mandatory, and in particular the suggested line length limit is often ignored in favor of clarity and/or consistency. |
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.
LGTM. Let's ignore the suggestion of breaking long-ish lines.
|
This adds tests from #98389 with merge conflicts fixed and applied suggestions. I have not added staggered tests as new staggered tests already exists.
Closes #98388
Co-Authored-By: twisteroid ambassador twisteroidambassador@users.noreply.github.com