mirror of
https://github.com/python/cpython.git
synced 2025-12-23 09:19:18 +00:00
[3.12] gh-93096: Fix loading doctests in test_pickle (GH-131069) (GH-131081)
(cherry picked from commit 3bb20d13a8)
Co-authored-by: donBarbos <donbarbos@proton.me>
This commit is contained in:
parent
33605da91c
commit
bfad0b56d9
1 changed files with 1 additions and 1 deletions
|
|
@ -589,7 +589,7 @@ class CompatPickleTests(unittest.TestCase):
|
|||
|
||||
|
||||
def load_tests(loader, tests, pattern):
|
||||
tests.addTest(doctest.DocTestSuite())
|
||||
tests.addTest(doctest.DocTestSuite(pickle))
|
||||
return tests
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue