Part of twisted.trial.unittest View Source View In Hierarchy
TestCase
subclasses that have
undesirable id() methods. That is pyunit.FunctionTestCase
and
pyunit.DocTestCase
.Method | id | Return the fully-qualified Python name of the doctest. |
Inherited from _PyUnitTestCaseAdapter:
Method | visit | Deprecated in Twisted 8.0. |
Inherited from TestDecorator (via _PyUnitTestCaseAdapter):
Method | __call__ | Run the unit test. |
Method | run | Run the unit test. |