• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

google / oauth2client / 1008
100%

Build:
DEFAULT BRANCH: master
Ran 01 Mar 2016 11:10PM UTC
Jobs 1
Files 57
Run time 12s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

pending completion
1008

Pull #446

travis-ci

happyspace
Expand API for step2_exchange

In python 3, the code received from the browser will be binary instead of a string. Expand the API for oauth_flow.step2_exchange(code) to allow this value to be passed as is rather than decoding.

for example:
credentials = self.flow.step2_exchange(b'some random code')

test:
tox -e py34  -- tests.test_client:OAuth2WebServerFlowTest.test_exchange_success_binary_code

resolves:  #443, #446
Pull Request #446: Python 3 error: step2_exchange confusing unicode/bytes

16 of 16 new or added lines in 2 files covered. (100.0%)

6399 of 6717 relevant lines covered (95.27%)

0.95 hits per line

Uncovered Existing Lines

Lines Coverage ∆ File
1
100.0
oauth2client/client.py
Jobs
ID Job ID Ran Files Coverage
2 1008.2 (TOX_ENV=py27) 01 Mar 2016 11:10PM UTC 0
95.27
Travis Job 1008.2
Source Files on build 1008
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1008
  • Pull Request #446
  • PR Base - master (#1002)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc