pytest-mock 3.14.0-1 source package in Ubuntu

Changelog

pytest-mock (3.14.0-1) unstable; urgency=medium

  * Team upload.
  * Use pybuild-plugin-pyproject.
  * New upstream release.
  * Standards-Version: 4.7.0 (no changes required).

 -- Colin Watson <email address hidden>  Wed, 19 Jun 2024 22:29:12 +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

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mock_3.14.0-1.dsc 2.5 KiB 903546c294bf7be5a951fb0489df480a8328586cbb005d54dae0af697a28249b
pytest-mock_3.14.0.orig.tar.gz 32.0 KiB 2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0
pytest-mock_3.14.0-1.debian.tar.xz 4.6 KiB 75e863a9b1acb9f1009e2d7a4796ba6946f43c8e189b154c8eee190e693f2dc7

Available diffs

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.