]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Move list and tuple tests from test_types.py to their own scripts:
authorWalter Dörwald <walter@livinglogic.de>
Mon, 8 Dec 2003 11:38:45 +0000 (11:38 +0000)
committerWalter Dörwald <walter@livinglogic.de>
Mon, 8 Dec 2003 11:38:45 +0000 (11:38 +0000)
commit1dde95dffa44c7ddc4eee7b21cc44274d3e3effe
treed0dd6303c14c3c86f91cc93d3b1c028ecc34c334
parent6b70f8b91d48b1d2ebc8c77a10dcf9e1a7817a19
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)
Lib/test/list_tests.py [new file with mode: 0644]
Lib/test/output/test_types
Lib/test/seq_tests.py [new file with mode: 0644]
Lib/test/test_list.py [new file with mode: 0644]
Lib/test/test_tuple.py [new file with mode: 0644]
Lib/test/test_types.py
Lib/test/test_userlist.py