make TestFailed a class exception
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user