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

google / oauth2client / 1557
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v4.1.3
DEFAULT BRANCH: master
Ran 20 Sep 2016 08:59PM UTC
Jobs 1
Files 72
Run time 4s
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
1557

push

travis-ci

web-flow
Remove httplib2 monkeypatching (#653)

httplib2 now uses a new class, _AuthorizedHttp, to wrap the request method.

This is a breaking change for users who expected the http object to be
modified, e.g.:

    credentials.authorize('http')
    # perform authed request
    http.request(...)

Instead, users should use the return value of `authorize`:

    authed_http = credentials.authorize('http')
    authed_http.request(...)

* Remove ability to pass http.request to transport.httplib2.request, fixes #601
* rename inject_credentials to make_authorized_http
* Fix credential.authorize to call make_authorized_http

43 of 43 new or added lines in 7 files covered. (100.0%)

8211 of 8211 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
10 1557.10 (TOX_ENV=cover) 20 Sep 2016 08:59PM UTC 0
100.0
Travis Job 1557.10
Source Files on build 1557
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1557
  • 5fce037f on github
  • Prev Build on transport-refactor (#1552)
  • Next Build on transport-refactor (#1567)
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