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

Method test_registry_works

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

Source from the content-addressed store, hash-verified

214class LocalWinregTests(BaseWinregTests):
215
216 def test_registry_works(self):
217 self._test_all(HKEY_CURRENT_USER)
218 self._test_all(HKEY_CURRENT_USER, "日本-subkey")
219
220 def test_registry_works_extended_functions(self):
221 # 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