python-mock 0.7.1-0ubuntu1 source package in Ubuntu

Changelog

python-mock (0.7.1-0ubuntu1) oneiric; urgency=low

  * New upstream release.
  * Compile for Python 2.6 as well.
  * Add pypi url to debian/watch.
 -- Soren Hansen <email address hidden>   Tue, 17 May 2011 13:10:15 +0200

Upload details

Uploaded by:
Soren Hansen
Uploaded to:
Oneiric
Original maintainer:
Ubuntu Developers
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Oneiric: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-mock_0.7.1.orig.tar.gz 1.0 MiB 990d46cd6bd7a1a79fb73cc78c9be981547bf85b3cba52be503d2eecf6e3b772
python-mock_0.7.1-0ubuntu1.diff.gz 2.7 KiB c7ffac5cf1a74e35ea243e8e759d85514e8971be9ae452c32ba846745fd597c5
python-mock_0.7.1-0ubuntu1.dsc 1.3 KiB be727a3f3ced69687b4e1c255f78c12cbbd2741725178645c57b7ef406e83b65

Available diffs

View changes file

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.