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

Yelp / bravado / 1358
98%
master: 96%

Build:
Build:
LAST BUILD BRANCH: swaggerpy
DEFAULT BRANCH: master
Ran 19 Jul 2018 01:16PM UTC
Jobs 10
Files 16
Run time 5min
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
1358

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

Jobs
ID Job ID Ran Files Coverage
1 1358.1 (TOXENV=py27-default) 19 Jul 2018 01:16PM UTC 0
Travis Job 1358.1
2 1358.2 (TOXENV=py27-fido) 19 Jul 2018 01:18PM UTC 0
Travis Job 1358.2
3 1358.3 (TOXENV=py27-fido-requests2dot7) 19 Jul 2018 01:17PM UTC 0
Travis Job 1358.3
4 1358.4 (TOXENV=py35-default) 19 Jul 2018 01:18PM UTC 0
Travis Job 1358.4
5 1358.5 (TOXENV=py35-fido) 19 Jul 2018 01:19PM UTC 0
Travis Job 1358.5
6 1358.6 (TOXENV=py36-default) 19 Jul 2018 01:19PM UTC 0
Travis Job 1358.6
7 1358.7 (TOXENV=py36-fido) 19 Jul 2018 01:21PM UTC 0
Travis Job 1358.7
8 1358.8 (TOXENV=cover) 19 Jul 2018 01:21PM UTC 0
98.5
Travis Job 1358.8
9 1358.9 (TOXENV=docs) 19 Jul 2018 01:19PM UTC 0
Travis Job 1358.9
10 1358.10 (TOXENV=pre-commit) 19 Jul 2018 01:22PM UTC 0
Travis Job 1358.10
Source Files on build 1358
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #1358
  • Pull Request #384
  • PR Base - master (#1350)
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