summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2013-09-29 14:39:51 (GMT)
committerBenjamin Peterson <benjamin@python.org>2013-09-29 14:39:51 (GMT)
commit11f34caac4b6b6c975dc133180a36ca5663b8b6d (patch)
tree440b47fb5701b764bf1421e3c21710a74126ca97 /Lib
parent96609b701e55734d1bab794cfab016816ac4336a (diff)
downloadcpython-11f34caac4b6b6c975dc133180a36ca5663b8b6d.zip
cpython-11f34caac4b6b6c975dc133180a36ca5663b8b6d.tar.gz
cpython-11f34caac4b6b6c975dc133180a36ca5663b8b6d.tar.bz2
delete duplicate test (closes #19123)
Diffstat (limited to 'Lib')
-rw-r--r--Lib/test/test_regrtest.py6
1 files changed, 0 insertions, 6 deletions
diff --git a/Lib/test/test_regrtest.py b/Lib/test/test_regrtest.py
index 353874b..2bb8db1 100644
--- a/Lib/test/test_regrtest.py
+++ b/Lib/test/test_regrtest.py
@@ -168,12 +168,6 @@ class ParseArgsTestCase(unittest.TestCase):
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):
ns = regrtest._parse_args([opt])