]> granicus.if.org Git - python/commitdiff
test logging
authorBenjamin Peterson <benjamin@python.org>
Sun, 4 Oct 2009 13:38:38 +0000 (13:38 +0000)
committerBenjamin Peterson <benjamin@python.org>
Sun, 4 Oct 2009 13:38:38 +0000 (13:38 +0000)
Lib/test/test___all__.py

index 623ce96fc1e5df2feed3f9fbcbd2c5c952d9beab..71fdba43af8e915f462bdb516bb42049e7b6a5f3 100644 (file)
@@ -91,6 +91,7 @@ class AllTest(unittest.TestCase):
         self.check_all("keyword")
         self.check_all("linecache")
         self.check_all("locale")
+        self.check_all("logging")
         self.check_all("macpath")
         self.check_all("macurl2path")
         self.check_all("mailbox")