python-testfixtures 6.18.3-2 source package in Ubuntu

Changelog

python-testfixtures (6.18.3-2) unstable; urgency=medium

  * Team upload.
  * Update d/watch.
  * Fix test errors on Python 3.10.

 -- Andrey Rahmatullin <email address hidden>  Wed, 01 Dec 2021 22:12:52 +0500

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Jammy release universe misc

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-testfixtures_6.18.3-2.dsc 2.5 KiB 02569e5defc21231aca4506899bed9b8187c8286292969ac50a4ef46d9b07b1c
python-testfixtures_6.18.3.orig.tar.gz 118.3 KiB 33522d8c6439b8d881a701c7d7e1cbcfd5e19faae50a47fea26b06bcd37face8
python-testfixtures_6.18.3-2.debian.tar.xz 6.0 KiB a7d73397ec09d196b4ae0c6e91b81f8eec6b3a9bef205f92e383b62490746c90

Available diffs

No changes file available.

Binary packages built by this source

python-testfixtures-doc: 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.

python3-testfixtures: 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.