Package zope :: Package testing :: Module doctest :: Class DocTest
[show private | hide private]
[frames | no frames]

Class DocTest


A collection of doctest examples that should be run in a single namespace. Each DocTest defines the following attributes:


Method Summary
  __init__(self, examples, globs, name, filename, lineno, docstring)
Create a new DocTest containing the given examples.
  __cmp__(self, other)
  __repr__(self)

Method Details

__init__(self, examples, globs, name, filename, lineno, docstring)
(Constructor)

Create a new DocTest containing the given examples. The DocTest's globals are initialized with a copy of globs.


Generated by Epydoc 2.1 on Fri Jun 24 12:01:25 2005 http://epydoc.sf.net