mirror of
https://github.com/python/cpython.git
synced 2025-12-10 02:50:09 +00:00
Issue 7893 and Issue 7588
This commit is contained in:
parent
42fb6ab491
commit
db43b5a1f5
7 changed files with 101 additions and 46 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue