(cls)
| 312 | |
| 313 | @classmethod |
| 314 | def tearDownClass(cls): |
| 315 | with winreg.OpenKey(winreg.HKEY_CURRENT_USER, rf"Software\Python", access=winreg.KEY_WRITE | winreg.KEY_ENUMERATE_SUB_KEYS) as key: |
| 316 | delete_registry_data(key, TEST_DATA) |
| 317 | |
| 318 | |
| 319 | def test_version(self): |
nothing calls this directly
no test coverage detected