mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-93096: Load doctests in test_pickle
(#131069)
Add doctests to unittest for `pickle`
This commit is contained in:
parent
ad0f618ab3
commit
3bb20d13a8
1 changed files with 1 additions and 1 deletions
|
@ -700,7 +700,7 @@ class CompatPickleTests(unittest.TestCase):
|
||||||
|
|
||||||
|
|
||||||
def load_tests(loader, tests, pattern):
|
def load_tests(loader, tests, pattern):
|
||||||
tests.addTest(doctest.DocTestSuite())
|
tests.addTest(doctest.DocTestSuite(pickle))
|
||||||
return tests
|
return tests
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue