Class t.t.r.DocTestCase(PyUnitTestCase):

Part of twisted.trial.runner View Source View In Hierarchy

No class docstring
Method id In Python 2.4, doctests have correct id() behaviour. In Python 2.3,

Inherited from PyUnitTestCase:

Method __init__ Undocumented
Method __repr__ Undocumented
Method __call__ Undocumented
Method visit Call the given visitor with the original, standard library, test case
Method __getattr__ Undocumented
def id(self): (source)

In Python 2.4, doctests have correct id() behaviour. In Python 2.3, id() returns 'runit'.

Here we override id() so that at least it will always contain the fully qualified Python name of the doctest.
API Documentation for twisted, generated by pydoctor.