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

truemped / supercell / 89 / 3
94%
master: 94%

Build:
DEFAULT BRANCH: master
Ran 16 Oct 2013 08:51AM UTC
Files 16
Run time –
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

16 Oct 2013 08:51AM UTC coverage: 93.367% (+0.2%) from 93.178%
89.3

push

travis-ci

Tobias Günther
A ValueError thrown by Model initialization returns a 400 Error.

This is how the ValueError goes down:

>>> from schematics.models import Model
>>> from schematics.types import IntType
>>> class Schema(Model):
...     number = IntType()
...
>>> Schema(**{"number": 1})
<Schema: Schema object>
>>> Schema(**{"number": "one"})
Traceback (most recent call last):
  File "<console>", line 1, in <module>
  File "[...]/eggs/schematics-0.6-py2.7.egg/schematics/models.py", line 140, in __init__
    setattr(self, attr_name, field_value)
  File "[...]/eggs/schematics-0.6-py2.7.egg/schematics/types/base.py", line 423, in __set__
    value = self.number_class(value)
ValueError: invalid literal for int() with base 10: 'one'

563 of 603 relevant lines covered (93.37%)

0.93 hits per line

Source Files on job 89.3
  • Tree
  • List 0
  • Changed 1
  • Source Changed 1
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 89
  • Travis Job 89.3
  • 445c9859 on github
  • Prev Job for on master (#87.1)
  • Next Job for on master (#91.3)
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