Issue #28338: Restore test_pdb doctests.
This commit is contained in:
parent
d261cb6229
commit
02e247fbe1
|
@ -1093,7 +1093,7 @@ class PdbTestCase(unittest.TestCase):
|
|||
|
||||
def load_tests(*args):
|
||||
from test import test_pdb
|
||||
suites = [unittest.makeSuite(PdbTestCase)]
|
||||
suites = [unittest.makeSuite(PdbTestCase), doctest.DocTestSuite(test_pdb)]
|
||||
return unittest.TestSuite(suites)
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue