diff options
author | Benjamin Peterson <benjamin@python.org> | 2008-05-26 16:26:37 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2008-05-26 16:26:37 (GMT) |
commit | 744c2cd32585c1aeb1b78063cc6dda740d59c0c0 (patch) | |
tree | 609a891784e1a7746926e6cae510b24f124125ce /Lib/test/test___all__.py | |
parent | fbeb6b65c990b5db6ead75f9c1b8cf201567df13 (diff) | |
download | cpython-744c2cd32585c1aeb1b78063cc6dda740d59c0c0.zip cpython-744c2cd32585c1aeb1b78063cc6dda740d59c0c0.tar.gz cpython-744c2cd32585c1aeb1b78063cc6dda740d59c0c0.tar.bz2 |
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
........
Diffstat (limited to 'Lib/test/test___all__.py')
-rw-r--r-- | Lib/test/test___all__.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index ed8d8d9..f3f7ba3 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -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") |