]> granicus.if.org Git - python/commit
Slight improvement to Unicode test suite, inspired by patch #102563:
authorGuido van Rossum <guido@python.org>
Wed, 29 Nov 2000 12:13:59 +0000 (12:13 +0000)
committerGuido van Rossum <guido@python.org>
Wed, 29 Nov 2000 12:13:59 +0000 (12:13 +0000)
commit15ffc71c0f811d4c3053efb0480d70502ec35c99
tree5c74d85317e8bad79c942775c182f909154cbd43
parentb5ec5e4b41554250ec3381f7193ee4d1bbd0eab2
Slight improvement to Unicode test suite, inspired by patch #102563:
also test join method of 8-bit strings.

Also changed the test() function to (1) compare the types of the
expected and actual result, and (2) in verbose mode, print the repr()
of the output.
Lib/test/test_unicode.py