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

sybrenstuvel / python-rsa / 221
92%

Build:
DEFAULT BRANCH: master
Ran 23 Oct 2018 09:17PM UTC
Jobs 5
Files 16
Run time 3min
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
221

push

travis-ci

sybrenstuvel
Fix BytesWarning in tests

Shouldn't try to coerce bytes to a string. Instead, print the repr
value (e.g. b'mybytestring').

When running tests with the Python `-b` option, fixes warnings of the
form:

.../python-rsa/tests/test_strings.py:34: BytesWarning: str() on a bytes instance
  print("\tMessage:   %s" % message)
.../python-rsa/tests/test_strings.py:37: BytesWarning: str() on a bytes instance
  print("\tEncrypted: %s" % encrypted)
.../python-rsa/tests/test_strings.py:40: BytesWarning: str() on a bytes instance
  print("\tDecrypted: %s" % decrypted)

780 of 878 relevant lines covered (88.84%)

4.41 hits per line

Jobs
ID Job ID Ran Files Coverage
1 221.1 23 Oct 2018 09:17PM UTC 0
88.24
Travis Job 221.1
3 221.3 23 Oct 2018 09:17PM UTC 0
88.47
Travis Job 221.3
4 221.4 23 Oct 2018 09:17PM UTC 0
88.47
Travis Job 221.4
5 221.5 23 Oct 2018 09:17PM UTC 0
88.27
Travis Job 221.5
6 221.6 23 Oct 2018 09:20PM UTC 0
88.47
Travis Job 221.6
Source Files on build 221
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #221
  • 7424c69b on github
  • Prev Build on master (#220)
  • Next Build on master (#229)
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