Binary package “python-testresources” in ubuntu xenial

PyUnit extension for managing expensive test fixtures - Python 2.x

 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 2.x module.