| Function | strip_prefix | Return path with the Launchpad tree root removed. |
| Class | FilePrefixStrippingDocTestParser | A DocTestParser that strips a prefix from doctests. |
| Class | StdoutHandler | A logging handler that prints log messages to sys.stdout. |
| Function | LayeredDocFileSuite | Create a DocFileSuite, optionally applying a layer to it. |
| Function | ordered_dict_as_string | Return the contents of a dict as an ordered string. |
| Function | stop | Undocumented |
| Function | setGlobs | Add the common globals for testing system documentation. |
| Function | setUp | Setup the common globals and login for testing system documentation. |
| Function | tearDown | Tear down the common system documentation test. |
In addition to the standard DocFileSuite arguments, the following optional keyword arguments are accepted:
| Parameters | stdout_logging | If True, log messages are sent to the doctest's stdout (defaults to True). |
| stdout_logging_level | The logging level for the above. | |
| layer | A Zope test runner layer to apply to the tests (by default no layer is applied). |