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

tgbugs / idlib / 34
60%

Build:
DEFAULT BRANCH: master
Ran 02 Jun 2020 09:12AM UTC
Jobs 1
Files 28
Run time 4s
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
34

push

travis-ci

tgbugs
specify __hash__, __eq__, and id behavior for streams

Streams are objects that can be partially dereferenced and can have
multiple referents, they are essentially an augmented name. We do not
want the hash value of a stream to be dependent on its state since
that would mean that the same stream could be added to a dictionary
multiple times (among other things). Therefore we make hash and
equality a comparison between the class of the stream and the
identifier of the stream (or its resolved asStr identifier, a decision
that may be revisited since it seems unlikely to have externally
visible impacts unless someone fiddles with the asStr method
independent of __eq__ or __hash__).

8 of 8 new or added lines in 1 file covered. (100.0%)

862 of 1283 relevant lines covered (67.19%)

0.67 hits per line

Jobs
ID Job ID Ran Files Coverage
2 34.2 (PIPENV_VENV_IN_PROJECT=1 PIPENV_IGNORE_VIRTUALENVS=1) 02 Jun 2020 09:12AM UTC 0
67.19
Travis Job 34.2
Source Files on build 34
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #34
  • 15f8c480 on github
  • Prev Build on master (#33)
  • Next Build on master (#35)
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