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 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56
|
Source: python-unit
Section: python
Priority: optional
Build-Depends-Indep: debhelper (>> 4.0.0), python2.1-dev, python2.2-dev, python2.3-dev
Maintainer: Alexandre Fayolle <afayolle@debian.org>
Standards-Version: 3.6.1
Package: python-unit
Architecture: all
Depends: python (>= 2.3), python (<< 2.4), python2.3-unit, python-tk
Description: unit test framework for Python (default version)
Pyunit provides modules that help the developer with
creating unit test suites for Python programs, both
textually and graphically.
.
This package is an empty dummy package that always depends on
a package built for Debian's default Python version.
.
Homepage: http://pyunit.sourceforge.net
Package: python2.1-unit
Architecture: all
Depends: python2.1, python2.1-tk
Description: unit test framework for Python (2.1.x)
Pyunit provides modules that help the developer with
creating unit test suites for Python programs, both
textually and graphically.
.
This package is built for Python 2.1.x.
.
Homepage: http://pyunit.sourceforge.net
Package: python2.2-unit
Architecture: all
Depends: python2.2, python2.2-tk
Description: unit test framework for Python (2.2.x)
Pyunit provides modules that help the developer with
creating unit test suites for Python programs, both
textually and graphically.
.
This package is built for Python 2.2.x.
.
Homepage: http://pyunit.sourceforge.net
Package: python2.3-unit
Architecture: all
Depends: python2.3, python2.3-tk
Description: unit test framework for Python (2.3.x)
Pyunit provides modules that help the developer with
creating unit test suites for Python programs, both
textually and graphically.
.
This package is built for Python 2.3.x.
.
Homepage: http://pyunit.sourceforge.net
|