python-mox 0.5.3-3 source package in Ubuntu

Changelog

python-mox (0.5.3-3) unstable; urgency=low


  * Import Ubuntu patches; hopefully no diffs remain

 -- Iustin Pop <email address hidden>  Sat, 26 May 2012 18:44:48 +0200

Upload details

Uploaded by:
Iustin Pop
Uploaded to:
Sid
Original maintainer:
Iustin Pop
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Quantal: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
python-mox_0.5.3-3.dsc 1.8 KiB 8f4f624880bda0017d578f0f512def6a67479b572a8fc3dda6ff35f0b648cd59
python-mox_0.5.3.orig.tar.gz 30.5 KiB 4d18a4577d14da13d032be21cbdfceed302171c275b72adaa4c5997d589a5030
python-mox_0.5.3-3.debian.tar.gz 2.5 KiB 4dbb0945f5f32bc367887e3bed899e8cdfc8dfaaaeb91fa94f9e1d467c4a2b4d

No changes file available.

Binary packages built by this source

python-mox: 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.