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

alecthomas / voluptuous / 504
96%

Build:
DEFAULT BRANCH: master
Ran 06 Dec 2017 07:19PM UTC
Jobs 5
Files 6
Run time 8min
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
504

Pull #316

travis-ci

web-flow
implement Schema.__ne__ method to support != operator

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.
Pull Request #316: make Schema.__eq__ deterministic

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

972 of 1019 relevant lines covered (95.39%)

4.71 hits per line

Jobs
ID Job ID Ran Files Coverage
1 504.1 06 Dec 2017 07:19PM UTC 0
93.33
Travis Job 504.1
2 504.2 06 Dec 2017 07:20PM UTC 0
94.41
Travis Job 504.2
3 504.3 06 Dec 2017 07:20PM UTC 0
94.7
Travis Job 504.3
5 504.5 06 Dec 2017 07:20PM UTC 0
94.7
Travis Job 504.5
6 504.6 06 Dec 2017 07:22PM UTC 0
93.42
Travis Job 504.6
Source Files on build 504
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #504
  • Pull Request #316
  • PR Base - master (#500)
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