[Python-checkins] python/dist/src/Lib/test/output test_types, 1.3, 1.4 (original) (raw)
doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon May 31 12:29:08 EDT 2004
- Previous message: [Python-checkins] python/dist/src/Lib/distutils filelist.py, 1.15, 1.16
- Next message: [Python-checkins] python/dist/src/Lib/test mapping_tests.py, NONE, 1.1 test_os.py, 1.21, 1.22 test_shelve.py, 1.6, 1.7 test_types.py, 1.59, 1.60 test_userdict.py, 1.18, 1.19 test_weakref.py, 1.38, 1.39
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-checkins] python/dist/src/Lib/distutils filelist.py, 1.15, 1.16
- Next message: [Python-checkins] python/dist/src/Lib/test mapping_tests.py, NONE, 1.1 test_os.py, 1.21, 1.22 test_shelve.py, 1.6, 1.7 test_types.py, 1.59, 1.60 test_userdict.py, 1.18, 1.19 test_weakref.py, 1.38, 1.39
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]