Commit 606d9fb8 authored by Xavier de Gaye's avatar Xavier de Gaye

Issue #28338: Restore test_pdb doctests.

parent 174e638a
......@@ -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)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment