- 09 Ara, 2002 2 kayıt (commit)
- 31 Eki, 2002 1 kayıt (commit)
-
-
Greg Ward yazdı
bug #596434. (Alas, I don't think this completely covers that bug.) Remove 'wrapper' argument from BaseTestCase.check_split() -- it's not actually needed.
-
- 02 Eki, 2002 1 kayıt (commit)
-
-
Guido van Rossum yazdı
enough to fit in one line.
-
- 22 Agu, 2002 14 kayıt (commit)
-
-
Greg Ward yazdı
-
Greg Ward yazdı
we need to test TextWrapper._split().
-
Greg Ward yazdı
-
Greg Ward yazdı
-
Guido van Rossum yazdı
trailing whitespace.
-
Greg Ward yazdı
em-dashes -- like this -- properly. (Also--like this. Although this usage may be incompatible with fixing bug #596434; we shall see.)
-
Greg Ward yazdı
-
Greg Ward yazdı
(tests) from test_funky_punc() to test_break_long() and test_long_words() to test_nobreak_long().
-
Greg Ward yazdı
-
Greg Ward yazdı
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'.
-
Greg Ward yazdı
for-loops) in test_simple(), test_wrap_short() test_hyphenated(), and test_funky_punc().
-
Greg Ward yazdı
Remove some useless comments (redundant, or info presumably available in PyUnit docs).
-
Greg Ward yazdı
* lowercase test*() methods * define test_main() and use it instead of unittest.main() Kill #! line. Improve some test names and docstrings.
-
Greg Ward yazdı
<peter@engcorp.com> based on a test script that's been kicking around my home directory for a couple of months now and only saw the light of day because I included it when I sent textwrap.py to python-dev for review.
-