From 344b7f695aeb333bd86a56029799ceef122b947d Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Tue, 25 Jan 2022 15:37:12 -0500 Subject: Fix TypeBuilder.__repr__ and add unit test --- suite/api_test.py | 1 + 1 file changed, 1 insertion(+) (limited to 'suite/api_test.py') diff --git a/suite/api_test.py b/suite/api_test.py index c44e34ac..f116941c 100644 --- a/suite/api_test.py +++ b/suite/api_test.py @@ -440,6 +440,7 @@ class TypeBuilderTest(unittest.TestCase): assert ib.signed assert len(ib) == 4 assert ib == ib.immutable_copy().mutable_copy(), "IntegerBuilder failed to round trip mutability" + assert repr(ib).startswith("