mirror of
https://github.com/AdaCore/cpython.git
synced 2026-02-12 12:57:15 -08:00
Issue #28338: Merge from 3.6.
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user