| Home | Trees | Indices | Help |
|
|---|
|
|
A driver for testing interactive python examples in text files and docstrings. This doctest driver performs three functions:
A number of other flags can be given; call the driver with the `--help` option for a complete list.
Version:
0.1
|
|||
| _OutputRedirectingPdb | |||
| _SpoofOut | |||
| MyDocTestParser | |||
|
UpdateRunner A subclass of `DocTestRunner` that checks the output of each example, and replaces the expected output with the actual output for any examples that fail. |
|||
| Debugger | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Given a filename, return a tuple `(basedir, module)`, where `module` is the module's name, and `basedir` is the directory it should be loaded from (this directory should be added to the path to import it). Packages are handled correctly. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0beta1 on Wed May 16 22:47:20 2007 | http://epydoc.sourceforge.net |