mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
Remove redundant copy+paste code.
This commit is contained in:
parent
c307453162
commit
efdae3939a
1 changed files with 0 additions and 3 deletions
|
@ -332,9 +332,6 @@ class TestCase(unittest.TestCase):
|
|||
self.assertEqual(max(d.itervalues()), 3)
|
||||
self.assertEqual(min(iter(d.itervalues())), 1)
|
||||
|
||||
self.assertRaises(TypeError, list, list)
|
||||
self.assertRaises(TypeError, list, 42)
|
||||
|
||||
f = open(TESTFN, "w")
|
||||
try:
|
||||
f.write("medium line\n")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue