pytest-mock 1.10.4-2 source package in Ubuntu

Changelog

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

  * Team upload.
  * Bump required version of python-mock to 3.

 -- Ondřej Nový <email address hidden>  Thu, 19 Sep 2019 09:39:29 +0200

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mock_1.10.4-2.dsc 2.3 KiB 33494a93333200ac3f0902c371c09e62e24a7d85e7bc666270a854f4921092d6
pytest-mock_1.10.4.orig.tar.gz 18.3 KiB 5bf5771b1db93beac965a7347dc81c675ec4090cb841e49d9d34637a25c30568
pytest-mock_1.10.4-2.debian.tar.xz 4.0 KiB 03250e29cf857c9a8539133283d279fe1156b68e204481c4e37aaa5653859a57

Available diffs

No changes file available.

Binary packages built by this source

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

No description available for python-pytest-mock in ubuntu focal.

python3-pytest-mock: thin-wrapper around mock for easier use with py.test (Python 3 module)

 This plugin installs a "mocker" fixture which is a thin-wrapper
 around the patching API provided by the excellent "mock" package, but
 with the benefit of not having to worry about undoing patches at the
 end of a test.
 .
 This package provides the Python 3 module.