pytest-mock 3.8.2-2 source package in Ubuntu

Changelog

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

  * Team upload
  * Source-only upload to allow migration to testing

 -- Julian Gilbey <email address hidden>  Sun, 17 Jul 2022 07:38:08 +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

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mock_3.8.2-2.dsc 2.4 KiB 71b6f1fd6e8ada164f4bf1560ed082283e20c1724a08be2fe9eef7d144461d2a
pytest-mock_3.8.2.orig.tar.gz 26.7 KiB 9aeb3febd21ff8013a463d2c4dde93b6ebec60d807637e27cb9426858912e722
pytest-mock_3.8.2-2.debian.tar.xz 4.6 KiB 15cb370bd0b14e30e910dcd4e834600cf69e494bcf371836057c7a272dff6018

Available diffs

No changes file available.

Binary packages built by this source

python-pytest-mock-doc: No summary available for python-pytest-mock-doc in ubuntu kinetic.

No description available for python-pytest-mock-doc in ubuntu kinetic.

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.