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

Testing custom endpoint #177

Merged
merged 6 commits into from Mar 27, 2017

Conversation

Projects
None yet
3 participants
@markrwilliams
Member

markrwilliams commented Mar 27, 2017

A non-WIP version of #175. Thanks, @tomprince !

@implementer(IAgentEndpointFactory)
@attr.s
class _EndpointFactory(object):

This comment has been minimized.

@tomprince

tomprince Mar 27, 2017

Contributor

This should have a docstring.

@tomprince

tomprince Mar 27, 2017

Contributor

This should have a docstring.

@glyph

This comment has been minimized.

Show comment
Hide comment
@glyph

glyph Mar 27, 2017

Member

Since this has conflicts, can you resolve?

Member

glyph commented Mar 27, 2017

Since this has conflicts, can you resolve?

@codecov

This comment has been minimized.

Show comment
Hide comment
@codecov

codecov Mar 27, 2017

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
+ Coverage   96.55%   96.56%   +0.01%     
==========================================
  Files          20       20              
  Lines        1740     1749       +9     
  Branches      154      155       +1     
==========================================
+ Hits         1680     1689       +9     
  Misses         39       39              
  Partials       21       21
Impacted Files Coverage Δ
src/treq/testing.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 47453b1...275f6af. Read the comment docs.

codecov commented Mar 27, 2017

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #177      +/-   ##
==========================================
+ Coverage   96.55%   96.56%   +0.01%     
==========================================
  Files          20       20              
  Lines        1740     1749       +9     
  Branches      154      155       +1     
==========================================
+ Hits         1680     1689       +9     
  Misses         39       39              
  Partials       21       21
Impacted Files Coverage Δ
src/treq/testing.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 47453b1...275f6af. Read the comment docs.

Show outdated Hide outdated setup.py
@glyph

This comment has been minimized.

Show comment
Hide comment
@glyph

glyph Mar 27, 2017

Member

Since you're noting a limitation with respect to HTTPS, please file an issue for supporting it in the future and link to it. Luckily HTTPS support was previously wrong too (requests will return an incorrect isSecure() result).

Member

glyph commented Mar 27, 2017

Since you're noting a limitation with respect to HTTPS, please file an issue for supporting it in the future and link to it. Luckily HTTPS support was previously wrong too (requests will return an incorrect isSecure() result).

@glyph

glyph approved these changes Mar 27, 2017

If you can fix that last comment and get a passing CI run I think we are good to merge on this. Thanks for working on this very important functionality :). How soon can we do a release?

@glyph

This comment has been minimized.

Show comment
Hide comment
@glyph

glyph Mar 27, 2017

Member

Oops, my comment about HTTPS above is bunk, we already handle that but it's not visible in the diff. Carry on!

Member

glyph commented Mar 27, 2017

Oops, my comment about HTTPS above is bunk, we already handle that but it's not visible in the diff. Carry on!

@markrwilliams

This comment has been minimized.

Show comment
Hide comment
@markrwilliams

markrwilliams Mar 27, 2017

Member

Closing and re-opening in an attempt to wake up Travis.

Member

markrwilliams commented Mar 27, 2017

Closing and re-opening in an attempt to wake up Travis.

@markrwilliams markrwilliams reopened this Mar 27, 2017

@markrwilliams markrwilliams merged commit 2e7a95e into twisted:master Mar 27, 2017

3 checks passed

codecov/patch 100% of diff hit (target 96.55%)
Details
codecov/project 96.56% (+0.01%) compared to 47453b1
Details
continuous-integration/travis-ci/pr The Travis CI build passed
Details

@markrwilliams markrwilliams deleted the markrwilliams:testing-custom-endpoint branch Mar 27, 2017

markrwilliams added a commit to markrwilliams/treq that referenced this pull request Mar 28, 2017

markrwilliams added a commit that referenced this pull request Mar 28, 2017

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment