mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
pickle.py has a few doctest'ed internal functions, so run their tests.
This commit is contained in:
parent
b4ff1113ca
commit
e14295cf5f
1 changed files with 1 additions and 0 deletions
|
|
@ -69,6 +69,7 @@ def test_main():
|
|||
suite.addTest(loader.loadTestsFromTestCase(PicklerTests))
|
||||
suite.addTest(loader.loadTestsFromTestCase(PersPicklerTests))
|
||||
test_support.run_suite(suite)
|
||||
test_support.run_doctest(pickle)
|
||||
|
||||
if __name__ == "__main__":
|
||||
test_main()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue