1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
|
Source: pmock
Section: python
Priority: optional
Maintainer: Jan Alonzo <jmalonzo@unpluggable.com>
Build-Depends: debhelper (>= 4.1.67), cdbs, python-dev (>= 2.3)
Standards-Version: 3.6.1
Package: python-pmock
Architecture: all
Depends: ${python:Depends}
Description: Python module for unit testing using mock objects
Mock Objects is a test-first development process for building object-oriented
software and a generic unit testing framework that supports that process.
.
This package allows you to use Mock Objects for unit testing Python programs.
.
This is a dependency package which selects Debian's default Python version.
.
Homepage: http://pmock.sourceforge.net
Package: python2.3-pmock
Architecture: all
Depends: ${python:Depends}
Description: Python module for unit testing using mock objects
Mock Objects is a test-first development process for building object-oriented
software and a generic unit testing framework that supports that process.
.
This package allows you to use Mock Objects for unit testing Python programs.
.
Homepage: http://pmock.sourceforge.net
|