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

Yelp / bravado / 1358 / 8
98%
master: 96%

Build:
Build:
LAST BUILD BRANCH: swaggerpy
DEFAULT BRANCH: master
Ran 19 Jul 2018 01:21PM UTC
Files 16
Run time 2s
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

19 Jul 2018 01:13PM UTC coverage: 98.499% (+0.001%) from 98.498%
TOXENV=cover

Pull #384

travis-ci

web-flow
Making requests_client.py's Authenticator URL matches() port-tolerant

Authenticator::matches()'s documentation advertises full host, scheme and port match, when it just checks for hosts. However when checking hosts, it cannot compare well a configured self.host:withPort (eg. localhost:8080) with the outgoing request full URL's host.
Such a corner case can happen with this piece of code:
http_client.set_basic_auth(
        'localhost:8080',
        BASIC_AUTH_LOGIN, BASIC_AUTH_PASSWORD
    )
Pull Request #384: Making requests_client.py's Authenticator URL matches() port-tolerant

919 of 933 relevant lines covered (98.5%)

0.98 hits per line

Source Files on job 1358.8 (TOXENV=cover)
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 1250
  • Travis Job 1358.8
  • 3e4e0da0 on github
  • Prev Job for TOXENV=cover on myselfhimself-non-port-tolerant-authenticator-matches (#1350.8)
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