Commit 8bd65000 authored by Walter Dörwald's avatar Walter Dörwald

Document that CatchWarningTests is reused by test_structmembers.py.

parent d815d357
......@@ -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
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment