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

alecthomas / voluptuous / 505 / 2
96%
master: 96%

Build:
DEFAULT BRANCH: master
Ran 07 Dec 2017 07:24AM UTC
Files 6
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

07 Dec 2017 07:23AM UTC coverage: 94.406% (+1.0%) from 93.412%
505.2

push

travis-ci

tusharmakkar08
make Schema.__eq__ deterministic (#316)

* add test for schema equality and fix Schema.__eq__ to deal with dicts properly (fixes #315)

* add negative equality tests, implement Schema.__ne__ method to support != operator

This fills in missing test coverage to ensure the __eq__ method does not
return True in some potentially unexpected cases (these tests would fail
before be867c5).

Previously only the __eq__ method was implemented, which could lead to
surprising behavior e.g.:

    Schema('foo') == Schema('foo')  # True
    Schema('foo') != Schema('foo')  # True

This adds the __ne__ method so that these operators are complementary as
one might expect.

962 of 1019 relevant lines covered (94.41%)

0.94 hits per line

Source Files on job 505.2
  • Tree
  • List 0
  • Changed 3
  • Source Changed 1
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 505
  • Travis Job 505.2
  • d82601ed on github
  • Prev Job for on master (#500.6)
  • Next Job for on master (#508.1)
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