]> granicus.if.org Git - python/commit
Port the dictionary tests from test_types.py to unittest. Collect as much
authorWalter Dörwald <walter@livinglogic.de>
Mon, 31 May 2004 16:29:04 +0000 (16:29 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 31 May 2004 16:29:04 +0000 (16:29 +0000)
commit0a6d0ff8d9ad27d66eb8195b9366e5b49dbb69b6
treeac27098581c6e50a7776b6853950670aaa48473f
parentcbd0b365c1f27d390827e74a88a96f3a13034e0e
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.
Lib/test/mapping_tests.py [new file with mode: 0644]
Lib/test/output/test_types
Lib/test/test_os.py
Lib/test/test_shelve.py
Lib/test/test_types.py
Lib/test/test_userdict.py
Lib/test/test_weakref.py