pytest-mock 3.8.2-3 source package in Ubuntu

Changelog

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

  [ Debian Janitor ]
  * Remove constraints unnecessary since buster (oldstable):
    + python3-pytest-mock: Drop versioned constraint on python3-pytest in
      Depends.

 -- Jelmer Vernooij <email address hidden>  Wed, 09 Nov 2022 20:40:50 +0000

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

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mock_3.8.2-3.dsc 2.4 KiB e7f2f70adc2372586d8c617178ee18311b9054c17f9b6144635bedbe576e92b3
pytest-mock_3.8.2.orig.tar.gz 26.7 KiB 9aeb3febd21ff8013a463d2c4dde93b6ebec60d807637e27cb9426858912e722
pytest-mock_3.8.2-3.debian.tar.xz 4.7 KiB 72a7cdbb3575cfa8110988f50ba96eebcc7f9cd6de5dd301235a31bb8726b786

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.