]> granicus.if.org Git - python/commitdiff
delete duplicate test (closes #19123)
authorBenjamin Peterson <benjamin@python.org>
Sun, 29 Sep 2013 14:39:51 +0000 (10:39 -0400)
committerBenjamin Peterson <benjamin@python.org>
Sun, 29 Sep 2013 14:39:51 +0000 (10:39 -0400)
Lib/test/test_regrtest.py

index 353874b5a3edcbd116ae2d4225cc966de772d6fd..2bb8db129f699dbee80818fad66541f09bab028a 100644 (file)
@@ -167,12 +167,6 @@ class ParseArgsTestCase(unittest.TestCase):
         self.assertEqual(ns.testdir, os.path.join(support.SAVEDCWD, 'foo'))
         self.checkError(['--testdir'], 'expected one argument')
 
-    def test_findleaks(self):
-        for opt in '-l', '--findleaks':
-            with self.subTest(opt=opt):
-                ns = regrtest._parse_args([opt])
-                self.assertTrue(ns.findleaks)
-
     def test_findleaks(self):
         for opt in '-L', '--runleaks':
             with self.subTest(opt=opt):