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

Gets us to 100% test coverage on wsproto.frame_protocol. #29

Merged
merged 28 commits into from Jun 2, 2017

Conversation

jeamland
Copy link
Collaborator

@jeamland jeamland commented Jun 2, 2017

Fixes #25, addresses #26.

@njsmith
Copy link
Member

njsmith commented Jun 2, 2017

Sweeeeeet

flake8 is complaining for some reason

Copy link
Member

@njsmith njsmith left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good to me.

I noticed that parse_more_gen still has some stray code to filter enabled extensions, which is now redundant. Could make it a separate PR, but if I did it now it'd probably conflict with this so mentioning it and you can do it or hopefully I'll remember :-)

@codecov-io
Copy link

codecov-io commented Jun 2, 2017

Codecov Report

Merging #29 into master will increase coverage by 1.91%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #29      +/-   ##
==========================================
+ Coverage   86.06%   87.98%   +1.91%     
==========================================
  Files           7        7              
  Lines         847      849       +2     
  Branches      186      184       -2     
==========================================
+ Hits          729      747      +18     
+ Misses         76       68       -8     
+ Partials       42       34       -8
Impacted Files Coverage Δ
wsproto/compat.py 100% <100%> (ø) ⬆️
wsproto/frame_protocol.py 100% <100%> (+4.16%) ⬆️

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 f74bd34...16d693f. Read the comment docs.

@jeamland jeamland merged commit b7121f1 into python-hyper:master Jun 2, 2017
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.

None yet

3 participants