summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_textwrap.py
Commit message (Expand)AuthorAgeFilesLines
* Fix an endcase bug: initial_indent was ignored when the text was shortGuido van Rossum2002-10-021-3/+13
* Test an em-dash with adjacent punctuation.Greg Ward2002-08-221-0/+6
* Factored out BaseTestCase.check_split() method -- use it whereverGreg Ward2002-08-221-8/+8
* Test _split() method in test_unix_options().Greg Ward2002-08-221-0/+9
* Add test_unix_options() to WrapTestCase to test for SF bug #596434.Greg Ward2002-08-221-0/+28
* Standardize behavior: no docstrings in test functions. Also stripGuido van Rossum2002-08-221-16/+16
* Add test_em_dash() to WrapTestCase to make sure that TextWrapper handlesGreg Ward2002-08-221-2/+53
* Simplification/cleanup in IndentTestCases.Greg Ward2002-08-221-16/+10
* Factor LongWordTestCase out of WrapTestCase, and rename its methodsGreg Ward2002-08-221-13/+14
* Rename base test case class to (yawn) BaseTestCase.Greg Ward2002-08-221-3/+3
* Ditch the whole loop-over-subcases way of working. Add check_wrap() toGreg Ward2002-08-221-74/+59
* Simplify and reformat the use of 'subcases' lists (and followingGreg Ward2002-08-221-52/+32
* Add comment header block.Greg Ward2002-08-221-12/+10
* Conform to standards documented in README:Greg Ward2002-08-221-15/+19
* Test script for the textwrap module. Kindly provided by Peter HansenGreg Ward2002-08-221-0/+261