python-mock 1.0.1-3 source package in Ubuntu

Changelog

python-mock (1.0.1-3) unstable; urgency=medium


  * Team upload.
  * d/patches/python3.4_compat.patch: Fix FTBFS with Python 3.4.
    (Closes: #739890) (LP: #1283742)
  * d/control: Bump Standards-Version with no other changes necessary.

 -- Barry Warsaw <email address hidden>  Wed, 26 Feb 2014 15:39:36 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Trusty release main python

Builds

Trusty: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-mock_1.0.1-3.dsc 2.2 KiB 3355b6938067efc4e54d75dc2bba61381b590cbfe843c1721fd3c6859c0bacf4
python-mock_1.0.1.orig.tar.gz 799.5 KiB b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f
python-mock_1.0.1-3.debian.tar.xz 4.5 KiB 7dede852ede16af28bbd8d15e3d0031375d424b84bb914d8eae1ae21c5a51f21

No changes file available.

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: Mocking and Testing Library (Documentation)

 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 documentation.

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.