Source: python-fixtures Section: python Priority: optional Maintainer: Robert Collins Uploaders: Thomas Goirand , Ivan Udovichenko , Build-Depends: debhelper (>= 9), dh-python, openstack-pkg-tools (>= 52~), python-all, python-pbr (>= 0.11), python-setuptools, python-sphinx, python3-all, python3-pbr (>= 0.11), python3-setuptools, Build-Depends-Indep: python-docutils, python-mock, python-nose, python-six, python-testtools, python3-mock, python3-nose, python3-six, python3-testtools, Standards-Version: 3.9.8 Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-fixtures?h=debian%2Fnewton Vcs-Git: https://git.openstack.org/openstack/deb-python-fixtures -b debian/newton Homepage: https://pypi.python.org/pypi/fixtures Package: python-fixtures Architecture: all Depends: python-pbr (>= 0.11), python-six, python-testtools, ${misc:Depends}, ${python:Depends}, Description: PyUnit extension for defining test fixtures outside of test cases - Python 2.x 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. Package: python3-fixtures Architecture: all Depends: python3-pbr (>= 0.11), python3-six, python3-testtools, ${misc:Depends}, ${python3:Depends}, Description: PyUnit extension for defining test fixtures outside of test cases - Python 3.x 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 3.x module.