[Python-checkins] r54674 - python/trunk/Lib/test/test_warnings.py

walter.doerwald python-checkins at python.org
Tue Apr 3 18:16:27 CEST 2007


Author: walter.doerwald
Date: Tue Apr  3 18:16:24 2007
New Revision: 54674

Modified:
   python/trunk/Lib/test/test_warnings.py
Log:
Document that CatchWarningTests is reused by test_structmembers.py.


Modified: python/trunk/Lib/test/test_warnings.py
==============================================================================
--- python/trunk/Lib/test/test_warnings.py	(original)
+++ python/trunk/Lib/test/test_warnings.py	Tue Apr  3 18:16:24 2007
@@ -21,6 +21,8 @@
     msg.lineno = lineno
 
 class CatchWarningTest(unittest.TestCase):
+    # base class used for catching warnings issued by the
+    # warning framework (this is reused by test_structmembers.py)
 
     def setUp(self):
         global msg


More information about the Python-checkins mailing list