]> granicus.if.org Git - python/commit
Move the functionality for catching warnings in test_warnings.py into a separate
authorWalter Dörwald <walter@livinglogic.de>
Tue, 3 Apr 2007 16:08:10 +0000 (16:08 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Tue, 3 Apr 2007 16:08:10 +0000 (16:08 +0000)
commitd815d357b28a019faa515a56fd927b15cdb580cf
tree81ff8b38f5169fbe7be6e788fa89369300874c74
parentc3a35e19cc1e3de5ae851600d3534fb98c999351
Move the functionality for catching warnings in test_warnings.py into a separate
class to that reusing the functionality in test_structmembers.py doesn't rerun
the tests from test_warnings.py.
Lib/test/test_structmembers.py
Lib/test/test_warnings.py