pytest-mock 3.11.1-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * Regenerate egg-info because it is needed for the unit tests
    (Closes: #1052904)

 -- Timo Röhling <email address hidden>  Fri, 13 Oct 2023 19:40:04 +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

Builds

Noble: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mock_3.11.1-2.dsc 2.2 KiB 07226a33f0db97122e4c29e1ed49f2643145d115edcb5d13846369d1588005eb
pytest-mock_3.11.1.orig.tar.gz 30.5 KiB 7f6b125602ac6d743e523ae0bfa71e1a697a2f5534064528c6ff84c2f7c2fc7f
pytest-mock_3.11.1-2.debian.tar.xz 4.9 KiB 0579a1683b32bbfdd3e3a8a954ba0ac0ec0737fe86a1b6451544365603783ed0

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.