summaryrefslogtreecommitdiffstats
path: root/Lib/test/output
diff options
context:
space:
mode:
authorWalter Dörwald <walter@livinglogic.de>2003-12-08 11:38:45 (GMT)
committerWalter Dörwald <walter@livinglogic.de>2003-12-08 11:38:45 (GMT)
commit1dde95dffa44c7ddc4eee7b21cc44274d3e3effe (patch)
treed0dd6303c14c3c86f91cc93d3b1c028ecc34c334 /Lib/test/output
parent6b70f8b91d48b1d2ebc8c77a10dcf9e1a7817a19 (diff)
downloadcpython-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_types5
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