ENH: just a bit more descriptive exception ;-)

pull/794/head
Yaroslav Halchenko 2014-08-12 11:53:54 -04:00
parent 12c3bf1058
commit f756278fe5
1 changed files with 1 additions and 1 deletions

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):