pytest-mock 1.3.0-1 source package in Ubuntu

Changelog

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

  * New upstream release.
    + Drop patch for pytest3 support.
  * d/control: Build-Depends on python{3,}-setuptools-scm.

 -- Vincent Bernat <email address hidden>  Tue, 01 Nov 2016 20:04:55 +0100

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

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
pytest-mock_1.3.0-1.dsc 2.2 KiB c2b2f143824ce244fec2a7cc1f0199c39c370039a82d638bc2dbb4c580785b8f
pytest-mock_1.3.0.orig.tar.gz 15.8 KiB 877104d4bbbc4ad266522b7cebc9b11a2c7ec9ce15c43ad6b1ab78aced293989
pytest-mock_1.3.0-1.debian.tar.xz 2.3 KiB 90d3f45de662cf937c785085c94dbc5256949292def2860a662754910bc12752

Available diffs

No changes file available.

Binary packages built by this source

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

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

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.