pydoubles 1.3-1 source package in Ubuntu

Changelog

pydoubles (1.3-1) unstable; urgency=low

  * Initial release (Closes: #634756)
  * Added Uploaders: Debian Python Modules Team
    <email address hidden>
 -- Ubuntu Archive Auto-Sync <email address hidden>   Mon,  24 Oct 2011 23:37:26 +0000

Upload details

Uploaded by:
Ubuntu Archive Auto-Sync
Uploaded to:
Precise
Original maintainer:
David Villa Alises
Architectures:
all
Section:
python
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Precise: [FULLYBUILT] i386

Downloads

File Size SHA-256 Checksum
pydoubles_1.3.orig.tar.gz 15.4 KiB c4cc34c9a27273091e2c0fcb18cec44f97aee5f76a86cea40dd66c8374620b92
pydoubles_1.3-1.debian.tar.gz 4.8 KiB 65d177fce390b6bfaae54c0dc43e6d665b23e248a43bd6a8ff31b86f85d8daa3
pydoubles_1.3-1.dsc 1.9 KiB b9688ce7c01d8401dacad81fcc2829cb67f2de231b1fdf19856ce82b68ac411d

View changes file

Binary packages built by this source

python-pydoubles: pyDoubles is a test doubles framework for the Python platform.

 pyDoubles is a test doubles framework for the Python platform. Test doubles
 frameworks are also called mocking or isolation frameworks. pyDoubles can be
 used as a testing tool or as a Test Driven Development tool.
 .
 It generates stubs, spies, and mock objects using a fluent interface that will
 make your unit tests more readable. Moreover, it’s been designed to make your
 tests less fragile when possible.