Searched refs:excmsg (Results 1 – 1 of 1) sorted by relevance
/third_party/python/Lib/test/ |
D | test_format.py | 74 def test_exc(formatstr, args, exception, excmsg): argument 78 if str(exc) == excmsg: 89 raise TestFailed('did not get expected exception: %s' % excmsg) 91 def test_exc_common(formatstr, args, exception, excmsg): argument 93 test_exc(formatstr, args, exception, excmsg) 94 test_exc(formatstr.encode('ascii'), args, exception, excmsg)
|