Document that CatchWarningTests is reused by test_structmembers.py.

This commit is contained in:
Walter Dörwald 2007-04-03 16:16:24 +00:00
parent d815d357b2
commit 8bd65000d7
1 changed files with 2 additions and 0 deletions

View File

@ -21,6 +21,8 @@ def showwarning(message, category, filename, lineno, file=None):
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