MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_open_new

Method test_open_new

Lib/test/test_webbrowser.py:93–96  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

91 arguments=[URL])
92
93 def test_open_new(self):
94 self._test('open_new',
95 options=['--new-window'],
96 arguments=[URL])
97
98 def test_open_new_tab(self):
99 self._test('open_new_tab',

Callers

nothing calls this directly

Calls 1

_testMethod · 0.45

Tested by

no test coverage detected