make TestFailed a class exception

This commit is contained in:
Skip Montanaro 2000-07-19 17:14:48 +00:00
parent 018dfae246
commit 4d06923122
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
# Python test set -- supporting definitions.
TestFailed = 'test_support -- test failed' # Exception
class TestFailed(Exception):
pass
verbose = 1 # Flag set to 0 by regrtest.py