fixture 1.4
fixture is a python module for loading and referencing test data
It provides several utilities for achieving a fixed state when testing Python programs. Specifically, these utilities setup / teardown databases and work with temporary file systems.
You may want to start by reading the End User Documentation.
If you are reading this from a source checkout then you may want to build the documentation locally. Install Sphinx then run:
cd /path/to/fixture/source cd docs make html
Then open build/html/index.html in your web browser. If that fails, you can read the reST files starting at docs/source/index.rst
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| fixture-1.4.tar.gz (md5, pgp) | Source | 2010-08-16 | 78KB | 14363 | |
- Author: Kumar McMillan
- Home Page: http://farmdev.com/projects/fixture/
- Keywords: test testing tools unittest fixtures setup teardown database stubs IO tempfile
- License: GNU Lesser General Public License (LGPL)
-
Categories
- Environment :: Other Environment
- Intended Audience :: Developers
- License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)
- Natural Language :: English
- Operating System :: OS Independent
- Programming Language :: Python
- Topic :: Software Development :: Quality Assurance
- Topic :: Software Development :: Testing
- Topic :: Utilities
- Package Index Owner: kumar303
- DOAP record: fixture-1.4.xml
