Skip to content
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 high-level server helpers #307

Merged
merged 8 commits into from
Aug 22, 2017
Merged

Add high-level server helpers #307

merged 8 commits into from
Aug 22, 2017

Conversation

njsmith
Copy link
Member

@njsmith njsmith commented Aug 22, 2017

Fixes #13, #73

Todo: docs done!

I guess we can add it back if anyone ever notices and complains, it's
almost certainly never going to be used, and it makes the code too
complicated. It's likely folks will be looking at this as example
code, so let's not inflict this on them for no reason.
@codecov
Copy link

codecov bot commented Aug 22, 2017

Codecov Report

Merging #307 into master will increase coverage by 0.01%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #307      +/-   ##
==========================================
+ Coverage   99.21%   99.22%   +0.01%     
==========================================
  Files          81       83       +2     
  Lines        9963    10099     +136     
  Branches      701      713      +12     
==========================================
+ Hits         9885    10021     +136     
  Misses         61       61              
  Partials       17       17
Impacted Files Coverage Δ
trio/_highlevel_ssl_helpers.py 100% <100%> (ø) ⬆️
trio/_highlevel_open_tcp_listeners.py 100% <100%> (ø) ⬆️
trio/_highlevel_serve_listeners.py 100% <100%> (ø)
trio/tests/test_highlevel_open_tcp_listeners.py 100% <100%> (ø) ⬆️
trio/__init__.py 100% <100%> (ø) ⬆️
trio/tests/test_highlevel_ssl_helpers.py 100% <100%> (ø) ⬆️
trio/tests/test_highlevel_serve_listeners.py 100% <100%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 52c2349...ed09967. Read the comment docs.

@njsmith njsmith merged commit dce4f65 into python-trio:master Aug 22, 2017
@njsmith njsmith deleted the serve branch August 22, 2017 05:13
@njsmith
Copy link
Member Author

njsmith commented Aug 22, 2017

BOOYAH

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant