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

johnyf / dd / 111
81%
master: 88%

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

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__

3072 of 3804 relevant lines covered (80.76%)

0.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 111.1 13 Jul 2016 03:45AM UTC 0
80.58
Travis Job 111.1
2 111.2 13 Jul 2016 03:45AM UTC 0
80.94
Travis Job 111.2
Source Files on build 111
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #111
  • 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