pytest-mock 3.11.1-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream version 3.11.1
    - Stop importing deprecated py.code module
  * Bump Standards-Version to 4.6.2

 -- Timo Röhling <email address hidden>  Wed, 05 Jul 2023 14:33:45 +0200

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
Mantic release universe misc

Builds

Mantic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mock_3.11.1-1.dsc 2.2 KiB 2a45e5f0a344c74a294cc35df5fcd31987ae6bf72553f41ac40e34d18a05b64f
pytest-mock_3.11.1.orig.tar.gz 30.5 KiB 7f6b125602ac6d743e523ae0bfa71e1a697a2f5534064528c6ff84c2f7c2fc7f
pytest-mock_3.11.1-1.debian.tar.xz 4.8 KiB e533b7692a99035b80519f7c336127ad1c50812cde9c1941eae1fb8b2753dcb0

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.