]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
make the tests that expect uncatchable exceptions from a callback test
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 6 Jun 2005 17:30:22 +0000 (17:30 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 6 Jun 2005 17:30:22 +0000 (17:30 +0000)
commit889bca0df11207fa94e618942bb5f1fcf32140fd
treea8f4a8f2fe9180fd57a4c4c6d66ac60b195594b6
parent91116b629eaae56cd8302aee8c1940733c29d7a4
make the tests that expect uncatchable exceptions from a callback test
for them in a roundabout way (catching and parsing stderr)

keeps test output clean.
Lib/bsddb/test/test_compare.py