]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Factored out BaseTestCase.check_split() method -- use it wherever
authorGreg Ward <gward@python.net>
Thu, 22 Aug 2002 21:16:25 +0000 (21:16 +0000)
committerGreg Ward <gward@python.net>
Thu, 22 Aug 2002 21:16:25 +0000 (21:16 +0000)
commit715debd3d1cba8aad84e3492854a3e7860557e86
tree69bf785e0e0f7201ef719f850524fd78918ba992
parent24a1c9cff5025c6006d639a787ac789809380032
Factored out BaseTestCase.check_split() method -- use it wherever
we need to test TextWrapper._split().
Lib/test/test_textwrap.py