Class | _BrokenIDTestCaseAdapter |
Adapter for pyunit-style TestCase subclasses that have undesirable id() methods. That is unittest.FunctionTestCase and unittest.DocTestCase. |
Class | _ForceGarbageCollectionDecorator |
Forces garbage collection to be run before and after the test. Any errors logged during the post-test collection are added to the test result as errors. |
Class | _PyUnitTestCaseAdapter |
Adapt from pyunit.TestCase to ITestCase. |
Function | _clearSuite |
Clear all tests from suite. |
Function | _iterateTests |
Iterate through all of the test cases in testSuiteOrCase. |
Variable | _docTestCase |
Undocumented |