python-mox 0.5.3-1ubuntu4 source package in Ubuntu

Changelog

python-mox (0.5.3-1ubuntu4) oneiric; urgency=low

  * Actually call dh_python2.
 -- Stefano Rivera <email address hidden>   Wed, 06 Jul 2011 10:31:14 +0200

Upload details

Uploaded by:
Stefano Rivera
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-mox_0.5.3.orig.tar.gz 30.5 KiB 4d18a4577d14da13d032be21cbdfceed302171c275b72adaa4c5997d589a5030
python-mox_0.5.3-1ubuntu4.debian.tar.gz 2.8 KiB 5e1582c846f41cdf42758a95c4683f8ca06fca56a416a5c2a82d0e79a9e22211
python-mox_0.5.3-1ubuntu4.dsc 1.9 KiB 1440237c2d55f9002e9d2c7e7ab90e04b65529097a1fac1b54726260b7ab4aab

Available diffs

View changes file

Binary packages built by this source

python-mox: a mock object framework for Python

 Mox is a mock object framework for Python that simplifies the writing of
 unittests.
 .
 Mox will make mock objects for you, so you don't have to create your
 own. It mocks the public/protected interfaces of Python objects. You set
 up your mock objects expected behavior using a domain specific language
 (DSL), which makes it easy to use, understand, and refactor.
 .
 It is based on EasyMock, a Java mock object framework.