python-mock 1.0.1-2 source package in Ubuntu

Changelog

python-mock (1.0.1-2) unstable; urgency=low


  [ Michael Fladischer ]
  * Upload to unstable.
  * Remove temporary fix for PKG-INFO.

  [ Jakub Wilk ]
  * Use canonical URIs for Vcs-* fields.

 -- Michael Fladischer <email address hidden>  Wed, 08 May 2013 07:45:16 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Saucy: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-mock_1.0.1-2.dsc 1.6 KiB a5dba4daaa858b42a5d74bc83eb2c25c13dc1c51d4ca038de4baaad6b6006778
python-mock_1.0.1.orig.tar.gz 799.5 KiB b839dd2d9c117c701430c149956918a423a9863b48b09c90e30a6013e7d2f44f
python-mock_1.0.1-2.debian.tar.gz 4.2 KiB 9951e455174fa6f4b4f95b7b7d2ed6118f6ac264326fada10c66ef6cb0ca6943

Available diffs

No changes file available.

Binary packages built by this source

python-mock: Mocking and Testing Library

 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.

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

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

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.