RoughDraft:Python
From Tech Elephant
[edit] Unit Testing
Pyunit is a unit testing framework for Python. It follows the same design as JUnit.
[edit] Documentation
Epydoc is a tool for generating API documentation for Python modules, based on their docstrings. A lightweight markup language called epytext can be used to format docstrings, and to add information about specific fields, such as parameters and instance variables. Epydoc also understands docstrings written in reStructuredText, Javadoc, and plaintext. For a more extensive example of epydoc's output, see the API documentation for Python 2.4.

