Skip to content

Commit 952abef

Browse files
donBarbosmiss-islington
authored andcommitted
pythongh-93096: Load doctests in test_pickle (pythonGH-131069)
Add doctests to unittest for `pickle` (cherry picked from commit 3bb20d1) Co-authored-by: donBarbos <[email protected]>
1 parent 33605da commit 952abef

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
@@ -589,7 +589,7 @@ def test_multiprocessing_exceptions(self):
589589

590590

591591
def load_tests(loader, tests, pattern):
592-
tests.addTest(doctest.DocTestSuite())
592+
tests.addTest(doctest.DocTestSuite(pickle))
593593
return tests
594594

595595

0 commit comments

Comments
 (0)