(self)
| 241 | class 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 |