pytest-mock 3.12.0-1ubuntu1 source package in Ubuntu

Changelog

pytest-mock (3.12.0-1ubuntu1) noble; urgency=medium

  * Cherry-pick upstream commit to fix tests for Python 3.11 and 3.12

 -- Graham Inggs <email address hidden>  Tue, 02 Jan 2024 16:55:26 +0000

Upload details

Uploaded by:
Graham Inggs
Uploaded to:
Noble
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mock_3.12.0.orig.tar.gz 31.4 KiB 31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9
pytest-mock_3.12.0-1ubuntu1.debian.tar.xz 5.3 KiB 18380f88763c927e0ed51a7c04112e587e924387ef3a4243fff5f8c512b62d0a
pytest-mock_3.12.0-1ubuntu1.dsc 2.5 KiB b00f22043b95c6e7304a4de7d2162c4d3b88fe69ef87bd138cd8b2254017ba20

View changes file

Binary packages built by this source

python-pytest-mock-doc: Documentation of the Pytest Mock plugin (HTML)

 The pytest-mock plugin installs a "mocker" fixture which is a thin
 wrapper around the patching API provided by the excellent "mock" package
 or by unittest.mock, but with the benefit of not having to worry about
 undoing patches at the end of a test. It also provides other nice
 utilities such as spy and stub, and uses pytest introspection when
 comparing calls.
 .
 This package contains the HTML documentation of the pytest-mock plugin.

python3-pytest-mock: Thin wrapper around mock for easier use with pytest (Python 3 module)

 This plugin installs a "mocker" fixture which is a thin wrapper
 around the patching API provided by the excellent "mock" package or
 by unittest.mock, but with the benefit of not having to worry about
 undoing patches at the end of a test. It also provides other nice
 utilities such as spy and stub, and uses pytest introspection when
 comparing calls.
 .
 This package provides the Python 3 module.