diff options
author | Walter Dörwald <walter@livinglogic.de> | 2003-12-08 11:38:45 (GMT) |
---|---|---|
committer | Walter Dörwald <walter@livinglogic.de> | 2003-12-08 11:38:45 (GMT) |
commit | 1dde95dffa44c7ddc4eee7b21cc44274d3e3effe (patch) | |
tree | d0dd6303c14c3c86f91cc93d3b1c028ecc34c334 /Lib/test/output | |
parent | 6b70f8b91d48b1d2ebc8c77a10dcf9e1a7817a19 (diff) | |
download | cpython-1dde95dffa44c7ddc4eee7b21cc44274d3e3effe.zip cpython-1dde95dffa44c7ddc4eee7b21cc44274d3e3effe.tar.gz cpython-1dde95dffa44c7ddc4eee7b21cc44274d3e3effe.tar.bz2 |
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)
Diffstat (limited to 'Lib/test/output')
-rw-r--r-- | Lib/test/output/test_types | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/Lib/test/output/test_types b/Lib/test/output/test_types index 7e90dc0..b2f9429 100644 --- a/Lib/test/output/test_types +++ b/Lib/test/output/test_types @@ -9,8 +9,7 @@ test_types 6.4.3 Floating point numbers 6.5 Sequence types 6.5.1 Strings -6.5.2 Tuples -6.5.3 Lists -6.5.3a Additional list operations +6.5.2 Tuples [see test_tuple.py] +6.5.3 Lists [see test_list.py] 6.6 Mappings == Dictionaries Buffers |