mirror of
https://github.com/python/cpython.git
synced 2025-09-27 18:59:43 +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):
|
def load_tests(*args):
|
||||||
from test import test_pdb
|
from test import test_pdb
|
||||||
suites = [unittest.makeSuite(PdbTestCase)]
|
suites = [unittest.makeSuite(PdbTestCase), doctest.DocTestSuite(test_pdb)]
|
||||||
return unittest.TestSuite(suites)
|
return unittest.TestSuite(suites)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue