ENH: just a bit more descriptive exception ;-)

This commit is contained in:
Yaroslav Halchenko 2014-08-12 11:53:54 -04:00
parent 12c3bf1058
commit f756278fe5

View file

@ -804,7 +804,7 @@ class RegexTests(unittest.TestCase):
class _BadThread(JailThread):
def run(self):
int("cat")
int("ignore this exception -- raised for testing")
class LoggingTests(LogCaptureTestCase):