summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_textwrap.py
Commit message (Expand)AuthorAgeFilesLines
* SF patch #806246: use basestring where possibleRaymond Hettinger2003-09-171-1/+1
* SF bug 797650: Infinite loop in textwrap.pyRaymond Hettinger2003-08-301-0/+10
* Add DedentTestCase to test dedent() function.Greg Ward2003-05-081-3/+68
* SF #596434: add test_funky_parens() to probe some more of the trickyGreg Ward2003-05-071-3/+19
* SF #726446: ensure wrap() raises ValueError when width <= 0.Greg Ward2003-05-071-0/+6
* Combine the functionality of test_support.run_unittest()Walter Dörwald2003-05-011-5/+1
* Add test_unicode() to ensure that 1) textwrap doesn't crash on unicodeGreg Ward2002-12-091-0/+12
* Added test_initial_whitespace() to ensure that SF bug #622849 is fixed.Greg Ward2002-12-091-3/+13
* Ad test_funky_hyphens() to test some screwy edge cases reported in SFGreg Ward2002-10-311-5/+18
* 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