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

Method test_registry_works

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

Source from the content-addressed store, hash-verified

241class LocalWinregTests(BaseWinregTests):
242
243 def test_registry_works(self):
244 self._test_all(HKEY_CURRENT_USER)
245 self._test_all(HKEY_CURRENT_USER, "日本-subkey")
246
247 def test_registry_works_extended_functions(self):
248 # Substitute the regular CreateKey and OpenKey calls with their

Callers

nothing calls this directly

Calls 1

_test_allMethod · 0.80

Tested by

no test coverage detected