]> granicus.if.org Git - python/commit
Ditch the whole loop-over-subcases way of working. Add check_wrap() to
authorGreg Ward <gward@python.net>
Thu, 22 Aug 2002 18:55:38 +0000 (18:55 +0000)
committerGreg Ward <gward@python.net>
Thu, 22 Aug 2002 18:55:38 +0000 (18:55 +0000)
commitee413849b5015117b3f5c08e3447ee4c619b3dc1
treec17bfeb3b9872a484f7c81a5694912e5549d871b
parent9ebba9ace31ce0027d8f487a853bda7c2e1661cc
Ditch the whole loop-over-subcases way of working.  Add check_wrap() to
base class (WrapperTestCase) instead, and call it repeatedly in the
methods that used to have a loop-over-subcases.  Much simpler.

Rename perennial temp variable 't' to 'text'.
Lib/test/test_textwrap.py