From: Benjamin Peterson Date: Sun, 4 Oct 2009 13:38:38 +0000 (+0000) Subject: test logging X-Git-Tag: v2.7a1~423 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82d31e9b20274ee6adf498ee583a3c3825a115ac;p=thirdparty%2FPython%2Fcpython.git test logging --- diff --git a/Lib/test/test___all__.py b/Lib/test/test___all__.py index 623ce96fc1e5..71fdba43af8e 100644 --- a/Lib/test/test___all__.py +++ b/Lib/test/test___all__.py @@ -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")