commit | a1374e429b2f9d94320ca1dc0475a845b99659de | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Fri Jan 19 19:01:56 2001 +0000 |
committer | Guido van Rossum <guido@python.org> | Fri Jan 19 19:01:56 2001 +0000 |
tree | e9a48d13d10e1155b7f6531e65db9551dab58aa8 | |
parent | e7c87327b3d98359d713b9fc66eae01a041bb624 [diff] |
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.)