joestump / python-oauth2

A fully tested, abstract interface to creating OAuth clients and servers.
MIT License
2.99k stars 912 forks source link

Test and fix for issue #207 #222

Closed TimSC closed 6 years ago

TimSC commented 7 years ago

Character encoding of query strings in python 3 makes the signature comparison fail. See issue #207.

codecov-io commented 7 years ago

Codecov Report

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

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #222      +/-   ##
==========================================
+ Coverage   96.05%   96.07%   +0.01%     
==========================================
  Files           5        5              
  Lines         482      484       +2     
==========================================
+ Hits          463      465       +2     
  Misses         19       19
Impacted Files Coverage Δ
oauth2/__init__.py 100% <100%> (ø) :arrow_up:

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 6689960...281efc4. Read the comment docs.

TimSC commented 6 years ago

I pulled this PR into a new fork: https://github.com/TimSC/python-oauth10a