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

numberoverzero / declare / 16
100%

Build:
DEFAULT BRANCH: master
Ran 31 Jan 2015 10:50PM UTC
Jobs 2
Files 2
Run time 8s
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
16

push

travis-ci

numberoverzero
TypeDefinitionMetaclass hides `load`, `dump` functions

In making Models and TypeDefinitions engine-agnostic, I want to
take care that constructing single-engine types is still easy
(just define load and dump) without making it easy for types
that care about engines to load values agnostically.  To handle
the duality, users can define `load` and `dump` to use as
agnostic engine functions, but cannot directly invoke these after
the type is defined, so that engine-specific types aren't
accidentally loaded through those functions.

All loading/dumping should now be done through an engine, ie.
engine.load(my_type, blob_of_data)
engine.dump(my_type, blob_of_data)

300 of 300 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 16.1 (TOXENV=py33) 31 Jan 2015 10:50PM UTC 0
100.0
Travis Job 16.1
2 16.2 (TOXENV=py34) 31 Jan 2015 10:50PM UTC 0
100.0
Travis Job 16.2
Source Files on build 16
Detailed source file information is not available for this build.
  • Back to Repo
  • Travis Build #16
  • c75cb26a on github
  • Prev Build on master (#15)
  • Next Build on master (#17)
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