MCPcopy Index your code
hub / github.com/python/cpython / test_remote_registry_works

Method test_remote_registry_works

Lib/test/test_winreg.py:476–478  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

474class RemoteWinregTests(BaseWinregTests):
475
476 def test_remote_registry_works(self):
477 remote_key = ConnectRegistry(REMOTE_NAME, HKEY_CURRENT_USER)
478 self._test_all(remote_key)
479
480
481@unittest.skipUnless(WIN64_MACHINE, "x64 specific registry tests")

Callers

nothing calls this directly

Calls 1

_test_allMethod · 0.80

Tested by

no test coverage detected