mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
Issue #28338: Merge from 3.6.
This commit is contained in:
commit
bdfe55f332
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue