NonMockObjects 0.2.1
A module for easily creating more realistic test data
NonMockObjects aims to make it easy to create complicated structures representing more realistic test data, thus allowing you to write tests against your real code, not mock objects. This allows you to write high-level integration tests almost as easily as small-scale unit tests, once you build up your library of creation functions.
How to tell if you need this module: You want to run automated tests on your code, but you have a relatively complicated data model, perhaps a nicely normalized database. The bulk of your tests consist of setting up this relatively complicated data model, and the tests all break whenever you change your model. Constructing the data has become so difficult (and breaks so often) that you've just stopped testing entirely.
(0.2.1 is a minor documentation update.)
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| NonMockObjects-0.2.1.tar.gz (md5) | Source | 2007-03-01 19:22:57 | 52KB | 253 | |
| NonMockObjects-0.2.1.zip (md5) | Source | 2007-03-01 19:23:11 | 85KB | 221 | |
- Author: Jeremy Bowers <jerf at jerf org>
- Home Page: http://www.jerf.org/programming/nonMockObjects.html
- License: PUBLIC DOMAIN
- Categories
- Package Index Owner: jerf
- DOAP record: NonMockObjects-0.2.1.xml
Log in to rate this package.
