mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
fix duplicate test name (closes #19126)
This commit is contained in:
parent
1eca062be6
commit
e8c8a592e7
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ class OperaCommandTest(CommandTestMixin, unittest.TestCase):
|
||||||
options=['-remote'],
|
options=['-remote'],
|
||||||
arguments=['openURL({},new-window)'.format(URL)])
|
arguments=['openURL({},new-window)'.format(URL)])
|
||||||
|
|
||||||
def test_open_new(self):
|
def test_open_new_tab(self):
|
||||||
self._test('open_new_tab',
|
self._test('open_new_tab',
|
||||||
options=['-remote'],
|
options=['-remote'],
|
||||||
arguments=['openURL({},new-page)'.format(URL)])
|
arguments=['openURL({},new-page)'.format(URL)])
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue