factor out test definitions to string_tests module
authorJeremy Hylton <jeremy@alum.mit.edu>
Mon, 10 Jul 2000 17:08:42 +0000 (17:08 +0000)
committerJeremy Hylton <jeremy@alum.mit.edu>
Mon, 10 Jul 2000 17:08:42 +0000 (17:08 +0000)
commitf82b04ecbb0b27635501c1b119c674c11bb0cd4e
tree039fe560dc551c0df22bcd3f0f6d0af8111239fa
parentfd54757336de0d3494e38228acfd0c1d1b9db1b8
factor out test definitions to string_tests module
test_string and test_userstring run same tests for string methods
Lib/test/output/test_userstring
Lib/test/string_tests.py [new file with mode: 0644]
Lib/test/test_string.py
Lib/test/test_userstring.py