Skip to content

Commit 7823c06

Browse files
donBarbosseehwan80
authored andcommitted
pythongh-93096: Load doctests in test_pickle (python#131069)
Add doctests to unittest for `pickle`
1 parent 4d841a1 commit 7823c06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Lib/test/test_pickle.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -700,7 +700,7 @@ def test_multiprocessing_exceptions(self):
700700

701701

702702
def load_tests(loader, tests, pattern):
703-
tests.addTest(doctest.DocTestSuite())
703+
tests.addTest(doctest.DocTestSuite(pickle))
704704
return tests
705705

706706

0 commit comments

Comments
 (0)