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