Commit f9448ed0 authored by Jeremy Hylton's avatar Jeremy Hylton

Remove doc strings that obscure the "name" of the test

parent 82ec8e53
......@@ -223,7 +223,6 @@ class MappingBase(Base):
self.assertEqual(diff , [], diff)
def testUpdate(self):
"mapping update"
d={}
l=[]
for i in range(10000):
......@@ -332,7 +331,6 @@ class NormalSetTests(Base):
self.assertEqual(t.minKey(9) , 10)
def testUpdate(self):
"mapping update"
d={}
l=[]
for i in range(10000):
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment