python-testfixtures 6.14.1-1 source package in Ubuntu

Changelog

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

  * Team upload.

  [ Debian Janitor ]
  * Update standards version to 4.5.0, no changes needed.
  * Set upstream metadata fields: Bug-Database, Bug-Submit, Repository,
    Repository-Browse.

  [ Andrey Rahmatullin ]
  * New upstream version.
  * Add an upstream fix for Python 3.8.3 (Closes: #963369).

 -- Andrey Rahmatullin <email address hidden>  Mon, 29 Jun 2020 21:07:55 +0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-testfixtures_6.14.1-1.dsc 2.4 KiB 45182525220c857f05d45b96d5a8b85a26c60f9bba846954847fd25e9dfad3a9
python-testfixtures_6.14.1.orig.tar.gz 111.1 KiB 0aa2dbb6509b171f7e535f4e91df1e23bed18afb5c77f494d7d0f84077f25011
python-testfixtures_6.14.1-1.debian.tar.xz 4.7 KiB 3c5731c0071af272baf0dba7d82d7a1f71b2e11d6792e515361a72fe4acf8411

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.