From 707690132fc28773843eb154c8c8c1599c4fe5c8 Mon Sep 17 00:00:00 2001 From: Neal Norwitz Date: Sat, 29 Dec 2001 00:25:42 +0000 Subject: SF Patch #494872 test repr() of a built-in module --- Lib/test/test_repr.py | 1 + 1 file changed, 1 insertion(+) diff --git a/Lib/test/test_repr.py b/Lib/test/test_repr.py index a659002..89df890 100644 --- a/Lib/test/test_repr.py +++ b/Lib/test/test_repr.py @@ -199,6 +199,7 @@ class LongReprTest(unittest.TestCase): from areallylongpackageandmodulenametotestreprtruncation.areallylongpackageandmodulenametotestreprtruncation import areallylongpackageandmodulenametotestreprtruncation eq(repr(areallylongpackageandmodulenametotestreprtruncation), "" % areallylongpackageandmodulenametotestreprtruncation.__file__) + eq(repr(sys), "") def test_type(self): eq = self.assertEquals -- cgit v0.12