From: Benjamin Peterson Date: Sun, 29 Sep 2013 14:39:51 +0000 (-0400) Subject: delete duplicate test (closes #19123) X-Git-Tag: v3.4.0a4~311^2~18 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=11f34caac4b6b6c975dc133180a36ca5663b8b6d;p=python delete duplicate test (closes #19123) --- diff --git a/Lib/test/test_regrtest.py b/Lib/test/test_regrtest.py index 353874b5a3..2bb8db129f 100644 --- a/Lib/test/test_regrtest.py +++ b/Lib/test/test_regrtest.py @@ -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):