-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
Add socket factory to BaseTestServer #5845
Conversation
Codecov Report
@@ Coverage Diff @@
## master #5845 +/- ##
=======================================
Coverage 93.29% 93.29%
=======================================
Files 102 102
Lines 30218 30230 +12
Branches 2710 2711 +1
=======================================
+ Hits 28192 28204 +12
Misses 1849 1849
Partials 177 177
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
Is this functionality accessible from the |
Yes. aiohttp/aiohttp/pytest_plugin.py Lines 332 to 353 in d55728d
|
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
Please feel free to merge.
Backporting is up to you (but recommended).
The simplest backport strategy is adding 3.8
label before merging, a bot should do the rest.
Sometimes the backporting requires manual intervention, the bot adds a comment with instructions in this case.
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.
Approved but plz rebase before merging to pull in the most recent CI changes.
Backport to 3.8: 💔 cherry-picking failed — conflicts found❌ Failed to cleanly apply 573916f on top of patchback/backports/3.8/573916f0ebea517bdb6b162bcf74078acb0dfaf9/pr-5845 Backporting merged PR #5845 into master
🤖 @patchback |
💔 Backport was not successfulThe PR was attempted backported to the following branches:
|
Failure. @derlih would you backport it manually? |
* Add socket factory to BaseTestServer * Fix the change note style Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> (cherry picked from commit 573916f)
* Add socket factory to BaseTestServer * Fix the change note style Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> (cherry picked from commit 573916f)
* Add socket factory to BaseTestServer * Fix the change note style Co-authored-by: Sviatoslav Sydorenko <wk.cvs.github@sydorenko.org.ua> (cherry picked from commit 573916f)
What do these changes do?
Add a socket factory to BaseTestServer. It enables using custom sockets in tests.
Are there changes in behavior for the user?
No
Related issue number
#5844
Checklist
CONTRIBUTORS.txt
CHANGES
folder<issue_id>.<type>
for example (588.bugfix)issue_id
change it to the pr id after creating the pr.feature
: Signifying a new feature..bugfix
: Signifying a bug fix..doc
: Signifying a documentation improvement..removal
: Signifying a deprecation or removal of public API..misc
: A ticket has been closed, but it is not of interest to users.