[Python-checkins] CVS: python/dist/src/Lib/test/output test_userstring,1.2,1.3

Jeremy Hylton python-dev@python.org
Mon, 10 Jul 2000 10:08:44 -0700


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory slayer.i.sourceforge.net:/tmp/cvs-serv7964/test/output

Modified Files:
	test_userstring 
Log Message:
factor out test definitions to string_tests module
test_string and test_userstring run same tests for string methods


Index: test_userstring
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_userstring,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** test_userstring	2000/07/10 14:14:40	1.2
--- test_userstring	2000/07/10 17:08:42	1.3
***************
*** 1,4 ****
  test_userstring
- no regression test case for method 'encode'
- no regression test case for method 'isalnum'
- no regression test case for method 'isalpha'
--- 1 ----