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

truemped / supercell / 89
94%

Build:
DEFAULT BRANCH: master
Ran 16 Oct 2013 08:51AM UTC
Jobs 3
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

pending completion
89

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%)

2.8 hits per line

Jobs
ID Job ID Ran Files Coverage
1 89.1 16 Oct 2013 08:52AM UTC 0
93.37
Travis Job 89.1
2 89.2 16 Oct 2013 08:52AM UTC 0
93.37
Travis Job 89.2
3 89.3 16 Oct 2013 08:51AM UTC 0
93.37
Travis Job 89.3
Source Files on build 89
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #89
  • 445c9859 on github
  • Prev Build on master (#87)
  • Next Build on master (#91)
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