python-mock 1.3.0-2.1ubuntu1 source package in Ubuntu

Changelog

python-mock (1.3.0-2.1ubuntu1) wily; urgency=medium

  * d/rules: Drop use of -S flag with dpkg-parsechangelog to ease backporting
    to Ubuntu 14.04.

 -- James Page <email address hidden>  Wed, 02 Sep 2015 09:23:13 +0100

Upload details

Uploaded by:
James Page
Uploaded to:
Wily
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release main python

Builds

Wily: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-mock_1.3.0.orig.tar.gz 69.2 KiB 1e247dbecc6ce057299eb7ee019ad68314bb93152e81d9a6110d35f4d5eca0f6
python-mock_1.3.0-2.1ubuntu1.debian.tar.xz 5.1 KiB f379a0cfd355c099aa8dfaf28f890102c1a8a6a3837077610ba7fd6c7741af34
python-mock_1.3.0-2.1ubuntu1.dsc 2.4 KiB 7cc95c30fa5d4edd216cffa02123f4adbc630e7a6b0a14107d630543bc285068

Available diffs

View changes file

Binary packages built by this source

python-mock: No summary available for python-mock in ubuntu wily.

No description available for python-mock in ubuntu wily.

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

No description available for python-mock-doc in ubuntu yakkety.

python3-mock: Mocking and Testing Library (Python3 version)

 mock provides a core mock.Mock class that is intended to reduce the
 need to create a host of trivial stubs throughout your test suite.
 After performing an action, you can make assertions about which methods
 / attributes were used and arguments they were called with. You can
 also specify return values and set specific attributes in the normal
 way.
 .
 This package contains the Python 3 version of the library.