]> granicus.if.org Git - python/commit
Change verify() function to raise TestFailed, not AssertionError.
authorGuido van Rossum <guido@python.org>
Fri, 19 Jan 2001 19:01:56 +0000 (19:01 +0000)
committerGuido van Rossum <guido@python.org>
Fri, 19 Jan 2001 19:01:56 +0000 (19:01 +0000)
commita1374e429b2f9d94320ca1dc0475a845b99659de
treee9a48d13d10e1155b7f6531e65db9551dab58aa8
parente7c87327b3d98359d713b9fc66eae01a041bb624
Change verify() function to raise TestFailed, not AssertionError.

(I realize that I didn't really test this, because all the tests
succeed, so verify() never raised an AssertionError -- but the test
suite still succeeds, so I'm not too worried.)
Lib/test/test_support.py
Lib/test/test_unicode.py