Commit 03105e92 authored by Skip Montanaro's avatar Skip Montanaro

make TestFailed a class exception

parent 181400ab
# Python test set -- supporting definitions.
TestFailed = 'test_support -- test failed' # Exception
class TestFailed(Exception):
pass
verbose = 1 # Flag set to 0 by regrtest.py
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment