From: Brett Cannon Date: Fri, 22 Nov 2013 18:22:22 +0000 (-0500) Subject: Make some tests more verbose in the face of failure X-Git-Tag: v3.4.0b1~111 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a24348cec112a2fd0b7c993981e2428e73f261d9;p=python Make some tests more verbose in the face of failure --- diff --git a/Lib/test/test_module.py b/Lib/test/test_module.py index 536f7cf632..1230293670 100644 --- a/Lib/test/test_module.py +++ b/Lib/test/test_module.py @@ -191,8 +191,12 @@ a = A(destroyed)""" def test_module_repr_source(self): r = repr(unittest) - self.assertEqual(r[:25], "") + starts_with = "