]> granicus.if.org Git - python/commit
Expand scope to include general mapping protocol tests.
authorRaymond Hettinger <python@rcn.com>
Thu, 30 Sep 2004 15:07:29 +0000 (15:07 +0000)
committerRaymond Hettinger <python@rcn.com>
Thu, 30 Sep 2004 15:07:29 +0000 (15:07 +0000)
commit49c522be80c075c7cb4ccabb897cf9043e938181
treeeb11f01e188c227e4640094de00bb2c39b953d12
parent59b23e8b80f170fafdfdf76aa7a65506f558f0c8
Expand scope to include general mapping protocol tests.
Many of these tests are redundant, but this will ensure
that the mapping protocols all stay in sync.
Also, added a test for dictionary subclasses.
Lib/test/test_dict.py