summaryrefslogtreecommitdiffstats
path: root/Lib/test
diff options
context:
space:
mode:
authorVinay Sajip <vinay_sajip@yahoo.co.uk>2011-04-20 14:41:14 (GMT)
committerVinay Sajip <vinay_sajip@yahoo.co.uk>2011-04-20 14:41:14 (GMT)
commit5e66b167ff5c6c48385777a6b9b9931bfc2bc2cf (patch)
treeb26c6ff8363d13a3c96204406d42de31a3688346 /Lib/test
parent5b9eecf8cfa58fb33870537ca742fc752036c22e (diff)
downloadcpython-5e66b167ff5c6c48385777a6b9b9931bfc2bc2cf.zip
cpython-5e66b167ff5c6c48385777a6b9b9931bfc2bc2cf.tar.gz
cpython-5e66b167ff5c6c48385777a6b9b9931bfc2bc2cf.tar.bz2
Tidied comments and docstrings.
Diffstat (limited to 'Lib/test')
-rw-r--r--Lib/test/test_logging.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/Lib/test/test_logging.py b/Lib/test/test_logging.py
index 45546cb..fdb5564 100644
--- a/Lib/test/test_logging.py
+++ b/Lib/test/test_logging.py
@@ -2255,7 +2255,7 @@ class RecordingHandler(logging.NullHandler):
class ShutdownTest(BaseTest):
- """Tets suite for the shutdown method."""
+ """Test suite for the shutdown method."""
def setUp(self):
super(ShutdownTest, self).setUp()
@@ -2342,7 +2342,7 @@ class ShutdownTest(BaseTest):
class ModuleLevelMiscTest(BaseTest):
- """Tets suite for some module level methods."""
+ """Test suite for some module level methods."""
def test_disable(self):
old_disable = logging.root.manager.disable
@@ -2434,7 +2434,6 @@ class BasicConfigTest(unittest.TestCase):
logging._handlerList[:] = self.saved_handler_list
logging.root.level = self.original_logging_level
- #@unittest.skipIf(True, "test disabled, issue #11557")
def test_no_kwargs(self):
logging.basicConfig()