python-fixtures

PyUnit extension for defining test fixtures outside of test cases - Python 2.x
  https://pypi.python.org/pypi/fixtures
  0
  no reviews



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.