source: vendor/python/2.5/Doc/lib/development.tex

Last change on this file was 3225, checked in by bird, 18 years ago

Python 2.5

File size: 475 bytes
Line 
1\chapter{Development Tools}
2\label{development}
3
4The modules described in this chapter help you write software. For
5example, the \module{pydoc} module takes a module and generates
6documentation based on the module's contents. The \module{doctest}
7and \module{unittest} modules contains frameworks for writing unit tests
8that automatically exercise code and verify that the expected output
9is produced.
10
11The list of modules described in this chapter is:
12
13\localmoduletable
Note: See TracBrowser for help on using the repository browser.