python-testfixtures 6.18.5-1 source package in Ubuntu

Changelog

python-testfixtures (6.18.5-1) unstable; urgency=medium

  * Team upload.
  * New upstream version.

 -- Andrey Rahmatullin <email address hidden>  Wed, 16 Mar 2022 21:52:50 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-testfixtures_6.18.5-1.dsc 2.5 KiB 0997c57ae9fbf22907b176d1ddb04625a61a1dda61f6f7c99d5a569d38307efb
python-testfixtures_6.18.5.orig.tar.gz 118.1 KiB a864c4fa57296df17282de67da673da78a6312a320bceb5d7bcaf35b8332bf28
python-testfixtures_6.18.5-1.debian.tar.xz 5.0 KiB 64662c3afe06dbbdfde652be5efc69ea7bbe15e68bdff3ba84073f9b09f18bf7

Available diffs

No changes file available.

Binary packages built by this source

python-testfixtures-doc: No summary available for python-testfixtures-doc in ubuntu kinetic.

No description available for python-testfixtures-doc in ubuntu kinetic.

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.