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

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon May 31 12:29:08 EDT 2004


Update of /cvsroot/python/python/dist/src/Lib/test/output
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3029/Lib/test/output

Modified Files:
	test_types 
Log Message:
Port the dictionary tests from test_types.py to unittest. Collect as much
mapping tests as possible in mapping_test.py and reuse the tests in
test_dict.py, test_userdict.py, test_weakref.py, test_os.py and test_shelve.py.
>From SF patch #736962.


Index: test_types
===================================================================
RCS file: /cvsroot/python/python/dist/src/Lib/test/output/test_types,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** test_types	8 Dec 2003 11:38:45 -0000	1.3
--- test_types	31 May 2004 16:29:04 -0000	1.4
***************
*** 12,15 ****
  6.5.2 Tuples [see test_tuple.py]
  6.5.3 Lists [see test_list.py]
! 6.6 Mappings == Dictionaries
  Buffers
--- 12,15 ----
  6.5.2 Tuples [see test_tuple.py]
  6.5.3 Lists [see test_list.py]
! 6.6 Mappings == Dictionaries [see test_dict.py]
  Buffers




More information about the Python-checkins mailing list