mirror of
https://github.com/python/cpython.git
synced 2025-11-02 03:01:58 +00:00
delete duplicate test (closes #19123)
This commit is contained in:
parent
96609b701e
commit
11f34caac4
1 changed files with 0 additions and 6 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue