python-testfixtures 8.1.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version.
  * Remove B-D: python3-zope.component, bump the minimum version for
    B-D: python3-sybil to 6.0.0.

 -- Andrey Rakhmatullin <email address hidden>  Sat, 02 Mar 2024 10:29:43 +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
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-testfixtures_8.1.0-1.dsc 2.7 KiB 30fdbb04143a10997f2a06abaafd011230981d8e2ecb3cb9873b7e3ddce8e52e
python-testfixtures_8.1.0.orig.tar.gz 127.9 KiB 32e29f11327d7b01a178c8162737aa564f57370c5f3141fb41d0c303a4476d74
python-testfixtures_8.1.0-1.debian.tar.xz 5.8 KiB 34cf2c35cfe475cae63d1bcdb1a6849cba35cf56c1f19329e5da873499fd3ff6

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.