MCPcopy Index your code
hub / github.com/python/cpython / 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.BackgroundBrowser
82
83 def test_open(self):
84 self._test('open',
85 options=[],
86 arguments=[URL])
87
88
89class ChromeCommandTest(CommandTestMixin, unittest.TestCase):

Callers

nothing calls this directly

Calls 1

_testMethod · 0.45

Tested by

no test coverage detected