]> granicus.if.org Git - python/commit
Make test.test_support.catch_warnings more robust as discussed on python-dev. Also...
authorNick Coghlan <ncoghlan@gmail.com>
Sun, 13 Jul 2008 12:25:08 +0000 (12:25 +0000)
committerNick Coghlan <ncoghlan@gmail.com>
Sun, 13 Jul 2008 12:25:08 +0000 (12:25 +0000)
commitb130493834e5bd807ab80dcd8b417d7623baca24
tree3842a93fe70989950ba9db64bc8d4a5543286e59
parent628b1b3659d9db96210cb599579b79625eed1488
Make test.test_support.catch_warnings more robust as discussed on python-dev. Also add explicit tests for it to test_warnings. (forward port of r64910 from trunk)
Doc/library/test.rst
Lib/test/support.py
Lib/test/test_struct.py
Lib/test/test_warnings.py