File: python2.3-unit.README.Debian

package info (click to toggle)
python-unit 1.4.1-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 324 kB
  • ctags: 232
  • sloc: python: 844; sh: 84; makefile: 67
file content (24 lines) | stat: -rw-r--r-- 849 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
python2.3-unit for Debian
-------------------------

Python unit testing framework, based on Erich Gamma's JUnit and Kent Beck's
Smalltalk testing framework.

For further information on the above, refer to:-

     http://members.pingnet.ch/gamma/junit.htm
     http://www.XProgramming.com/testfram.htm

This module contains the core framework classes that form the basis of
specific test cases and suites (TestCase, TestSuite etc.), and also a
text-based utility class for running the tests and reporting the results
(TextTestRunner).

The Debian package contains two additional docs called unittest.html and
unittestgui.html that come from PyUnit home page but are not part of
the main tarball. 

This package is a specific Python 2.3.x version of the python-xml
package.

 -- Jerome Marant <jerome.marant@free.fr>, Tue, 27 Feb 2001 09:01:30 +0100