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

johnyf / dd / 111 / 1
81%
master: 88%

Build:
Build:
LAST BUILD BRANCH: v0.5.4
DEFAULT BRANCH: master
Ran 13 Jul 2016 03:45AM UTC
Files 9
Run time 1s
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

13 Jul 2016 03:17AM UTC coverage: 80.577%. First build
111.1

push

travis-ci

johnyf
BUG: use `list` of `tuple`s instead of `dict` for parsing renaming pairs

because `astutils.ast.Terminal` is a user-defined class,
but defines `__eq__` and not `__hash__`.
So, it is incorrect to use instances as keys.

Moreover, this is a python 2 weakness.
In python 3, it raises an exception.
The documentation of `object.__hash__` reads [1]:

"A class that overrides __eq__() and
does not define __hash__() will have its __hash__()
implicitly set to None."

[1] https://docs.python.org/3/reference/datamodel.html#object.__hash__

1535 of 1905 relevant lines covered (80.58%)

0.81 hits per line

Source Files on job 111.1
  • Tree
  • List 0
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 111
  • Travis Job 111.1
  • 8113aa95 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