blob: 4b4fadcb40e10cf9d7e63251ffda8b1d4a1ba06b [file] [log] [blame]
Andrew M. Kuchlinga0b25e92005-12-22 20:27:43 +00001\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