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

Method test_open

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

Source from the content-addressed store, hash-verified

115 browser_class = webbrowser.Edge
116
117 def test_open(self):
118 self._test('open',
119 options=[],
120 arguments=[URL])
121
122 def test_open_with_autoraise_false(self):
123 self._test('open', kw=dict(autoraise=False),

Callers

nothing calls this directly

Calls 1

_testMethod · 0.45

Tested by

no test coverage detected