def test_tree_example(self): try: tree() except LengthOverflowError as e: print("{}: {}".format(type(e), e))
from progressive.examples import tree tree()