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

LudovicRousseau / PyKCS11 / 37 / 1
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 23 Sep 2017 05:03PM UTC
Files 11
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

23 Sep 2017 04:53PM UTC coverage: 86.268% (-0.2%) from 86.44%
37.1

push

travis-ci

LudovicRousseau
ckbytelist: update __repr__()

explicitely convert to int() to use normal int and not long int.

>>> int(1L)
1

The problem was that Travis-CI with Puthon 2.7 generated an error in the
test suite:
======================================================================
FAIL: test_string (test_ckbytelist.Testutil)
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/travis/build/LudovicRousseau/PyKCS11/tests/test_ckbytelist.py", line 41, in test_string
    self.assertEqual(str(ck), "[0, 1, 2, 3, 4]")
AssertionError: '[0L, 1L, 2L, 3L, 4L]' != '[0, 1, 2, 3, 4]'
----------------------------------------------------------------------

2004 of 2323 relevant lines covered (86.27%)

0.86 hits per line

Source Files on job 37.1
  • Tree
  • List 0
  • Changed 2
  • Source Changed 1
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 37
  • Travis Job 37.1
  • 984b4c8a on github
  • Prev Job for on master (#36.2)
  • Next Job for on master (#39.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