diff options
author | Benjamin Peterson <benjamin@python.org> | 2009-10-04 13:38:38 (GMT) |
---|---|---|
committer | Benjamin Peterson <benjamin@python.org> | 2009-10-04 13:38:38 (GMT) |
commit | 82d31e9b20274ee6adf498ee583a3c3825a115ac (patch) | |
tree | 21db05911b805911ba2b1727ec321cdc93b1028a | |
parent | 7adbb5a35da601fc68255eeaf341ad734e86a9bf (diff) | |
download | cpython-82d31e9b20274ee6adf498ee583a3c3825a115ac.zip cpython-82d31e9b20274ee6adf498ee583a3c3825a115ac.tar.gz cpython-82d31e9b20274ee6adf498ee583a3c3825a115ac.tar.bz2 |
test logging
-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 623ce96..71fdba4 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") |