pytest-mock 3.12.0-1.1 source package in Ubuntu

Changelog

pytest-mock (3.12.0-1.1) unstable; urgency=medium

  [ Graham Inggs ]
  * Cherry-pick upstream commit to fix tests for Python 3.11 and 3.12.
    Closes: #1058417.

 -- Matthias Klose <email address hidden>  Sun, 14 Jan 2024 12:47:16 +0100

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
Oracular release universe misc
Noble release universe misc

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mock_3.12.0-1.1.dsc 2.4 KiB af876f3dc6c50c0ffe3617acb4e419f13735182684639df7353bbdf88c7afdb4
pytest-mock_3.12.0.orig.tar.gz 31.4 KiB 31a40f038c22cad32287bb43932054451ff5583ff094bca6f675df2f8bc1a6e9
pytest-mock_3.12.0-1.1.debian.tar.xz 5.3 KiB 119e9b8d8e27223112956ba3c537f6191799ad364a8d0a7501586a1888d830e3

No changes file available.

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.