Source: python-testfixtures
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Michael Fladischer <fladi@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 dh-sequence-sphinxdoc <!nodoc>,
 dh-python,
 furo <!nodoc>,
 pybuild-plugin-pyproject,
 python-django-doc <!nodoc>,
 python-pytest-doc <!nodoc>,
 python-sybil-doc <!nodoc>,
 python3-all,
 python3-django <!nocheck> <!nodoc>,
 python3-doc <!nodoc>,
 python3-pkginfo <!nocheck>,
 python3-pytest <!nocheck>,
 python3-pytest-django (>= 3.3.0) <!nocheck>,
 python3-setuptools,
 python3-sphinx <!nodoc>,
 python3-sybil (>= 6.0.0) <!nocheck> <!nodoc>,
 python3-twisted <!nocheck> <!nodoc>,
Standards-Version: 4.7.2
Homepage: https://github.com/simplistix/testfixtures
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-testfixtures
Vcs-Git: https://salsa.debian.org/python-team/packages/python-testfixtures.git
Testsuite: autopkgtest-pkg-python

Package: python-testfixtures-doc
Section: doc
Architecture: all
Depends:
 ${misc:Depends},
 ${sphinxdoc:Depends},
Built-Using: ${sphinxdoc:Built-Using}
Multi-Arch: foreign
Description: Collection of helpers and mock objects (Documentation)
 TestFixtures is a collection of helpers and mock objects that are useful when
 writing unit tests or doc tests. It includes tools for a wide range of tasks:
 .
  * Comparing objects and sequences
  * Mocking out objects and methods
  * Mocking dates and times
  * Testing logging
  * Testing output to streams
  * Testing with files and directories
  * Testing exceptions
  * Testing warnings
  * Testing use of the subprocess package
  * Testing with zope.component
 .
 This package contains the documentation.

Package: python3-testfixtures
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Suggests:
 python-testfixtures-doc (= ${binary:Version}),
Description: Collection of helpers and mock objects (Python3 version)
 TestFixtures is a collection of helpers and mock objects that are useful when
 writing unit tests or doc tests. It includes tools for a wide range of tasks:
 .
  * Comparing objects and sequences
  * Mocking out objects and methods
  * Mocking dates and times
  * Testing logging
  * Testing output to streams
  * Testing with files and directories
  * Testing exceptions
  * Testing warnings
  * Testing use of the subprocess package
  * Testing with zope.component
 .
 This package contains the Python 3 version of the library.
