mirror of https://github.com/python/cpython
Issue #28338: Merge from 3.6.
This commit is contained in:
commit
bdfe55f332
|
@ -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