gh-93096: Load doctests in test_pickle
(#131069)
Add doctests to unittest for `pickle`
This commit is contained in:
parent
ad0f618ab3
commit
3bb20d13a8
@ -700,7 +700,7 @@ class CompatPickleTests(unittest.TestCase):
|
||||
|
||||
|
||||
def load_tests(loader, tests, pattern):
|
||||
tests.addTest(doctest.DocTestSuite())
|
||||
tests.addTest(doctest.DocTestSuite(pickle))
|
||||
return tests
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user