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

Method test_open

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

Source from the content-addressed store, hash-verified

81 browser_class = webbrowser.Chrome
82
83 def test_open(self):
84 self._test('open',
85 options=[],
86 arguments=[URL])
87
88 def test_open_with_autoraise_false(self):
89 self._test('open', kw=dict(autoraise=False),

Callers

nothing calls this directly

Calls 1

_testMethod · 0.45

Tested by

no test coverage detected