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