python-fixtures

PyUnit extension for defining test fixtures outside of test cases - Python 2.x

Description

A PyUnit extension for defining test fixtures outside of test cases. Each fixture encapsulates creating, reusing and freeing some state - be that a temporary directory on disk, SQL server connection, or just a particular object graph. This is extremely useful for testing and general resource management.

Fixtures ships with the base class, unittest glue and a number of precanned concrete fixtures.

This package provides the Python 2.x module.

Upload more screenshots

Please help extend the collection of screenshots. Just make a screenshot and upload it here. You don't need to register or anything.

Upload a screenshot

Hint: upload an image here from your clipboard with Ctrl-V


Homepage

https://pypi.python.org/pypi/fixtures


Install this software package

If the package is available for the distribution you are currently using on your computer then install the software by clicking on…

Install python-fixtures