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

usabilla / api-python / 102 / 1
79%
master: 79%

Build:
DEFAULT BRANCH: master
Ran 09 May 2018 09:27AM UTC
Files 1
Run time 0s
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

09 May 2018 09:26AM UTC coverage: 78.899% (+0.2%) from 78.704%
102.1

Pull #14

travis-ci

web-flow
Reuse connections when making API calls

By default, the Python requests module will create a new session
object each time it is called. This means that each requests.get
call has a separate connection pool and cannot reuse connections
created by previous requests.

Here we create a class variable with a requests session, which is
used for all instances of the APIClient class.
Pull Request #14: Reuse connections when making API calls

86 of 109 relevant lines covered (78.9%)

0.79 hits per line

Source Files on job 102.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 92
  • Travis Job 102.1
  • 84749cf9 on github
  • Prev Job for on master (#99.2)
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