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

isislovecruft / bridgedb / 814 / 2
81%
develop: 91%

Build:
Build:
LAST BUILD BRANCH: bridgedb-0.6.5
DEFAULT BRANCH: develop
Ran 21 Mar 2015 03:53AM UTC
Files 37
Run time 1min
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

21 Mar 2015 03:36AM UTC coverage: 80.941%. First build
TWISTED_VERSION=14.0.2 PYOPENSSL_VERSION=0.14

push

travis-ci

isislovecruft
Fix error for initializeGnuPG() return value when signing fails.

When the test signing in bridgedb.crypto.initializeGnuPG() fails, the
return value would be `None`, rather than the gpg interface and the
signing function, `(gpg, gpgSignMessage)`, or `(None, None)` as it does
with the other failure modes.  This would cause the EmailServerContext
to raise a TypeError because `None` is not iterable, and cannot be
assigned to two variables.

We now return `(None, None)` when the test signing fails.

This is a bugfix on #10385. [0]

[0]: https://bugs.torproject.org/10385

3580 of 4423 relevant lines covered (80.94%)

0.81 hits per line

Source Files on job 814.2 (TWISTED_VERSION=14.0.2 PYOPENSSL_VERSION=0.14)
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 814
  • Travis Job 814.2
  • 105de16b on github
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