python3-testresources

PyUnit extension for managing expensive test fixtures - Python 3.x
  https://pypi.python.org/pypi/testresources
  0
  no reviews



PyUnit extension to manage the initialisation and lifetime of expensive test fixtures.

For example reference databases are often only need to be constructed once but standard test isolation causes them to be constructed for every fixture, making test execution very slow.

This package provides the Python 3.x module.