mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
Merged revisions 63698 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r63698 | benjamin.peterson | 2008-05-26 11:22:27 -0500 (Mon, 26 May 2008) | 2 lines add __all__ to test_support ........
This commit is contained in:
parent
fbeb6b65c9
commit
744c2cd325
2 changed files with 14 additions and 0 deletions
|
@ -133,6 +133,7 @@ class AllTest(unittest.TestCase):
|
|||
self.check_all("tarfile")
|
||||
self.check_all("telnetlib")
|
||||
self.check_all("tempfile")
|
||||
self.check_all("test.support")
|
||||
self.check_all("textwrap")
|
||||
self.check_all("threading")
|
||||
self.check_all("timeit")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue