Issue 7893 and Issue 7588

This commit is contained in:
Michael Foord 2010-02-10 14:25:12 +00:00
parent 42fb6ab491
commit db43b5a1f5
7 changed files with 101 additions and 46 deletions

View file

@ -60,4 +60,7 @@ from .suite import TestSuite
from .loader import (TestLoader, defaultTestLoader, makeSuite, getTestCaseNames,
findTestCases)
from .main import TestProgram, main
from .runner import TextTestRunner
from .runner import TextTestRunner, TextTestResult
# deprecated
_TextTestResult = TextTestResult