[Python-checkins] python/dist/src/Lib/test/output test_types, 1.2, 1.3

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Dec 8 06:38:47 EST 2003


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory sc8-pr-cvs1:/tmp/cvs-serv15675/Lib/test/output

Modified Files:
	test_types 
Log Message:
Move list and tuple tests from test_types.py to their own scripts:
test_tuple.py and test_list.py. Common tests for tuple, list and UserList
are shared (in seq_tests.py and list_tests.py). Port tests to PyUnit.
(From SF patch #736962)


Index: test_types
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_types,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** test_types	24 Mar 2002 01:24:54 -0000	1.2
--- test_types	8 Dec 2003 11:38:45 -0000	1.3
***************
*** 10,16 ****
  6.5 Sequence types
  6.5.1 Strings
! 6.5.2 Tuples
! 6.5.3 Lists
! 6.5.3a Additional list operations
  6.6 Mappings == Dictionaries
  Buffers
--- 10,15 ----
  6.5 Sequence types
  6.5.1 Strings
! 6.5.2 Tuples [see test_tuple.py]
! 6.5.3 Lists [see test_list.py]
  6.6 Mappings == Dictionaries
  Buffers





More information about the Python-checkins mailing list