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

Method _test_all

Lib/test/test_winreg.py:199–202  ·  view source on GitHub ↗
(self, root_key, subkeystr="sub_key")

Source from the content-addressed store, hash-verified

197 pass
198
199 def _test_all(self, root_key, subkeystr="sub_key"):
200 self._write_test_data(root_key, subkeystr)
201 self._read_test_data(root_key, subkeystr)
202 self._delete_test_data(root_key, subkeystr)
203
204 def _test_named_args(self, key, sub_key):
205 with CreateKeyEx(key=key, sub_key=sub_key, reserved=0,

Callers 2

test_registry_worksMethod · 0.80

Calls 3

_write_test_dataMethod · 0.95
_read_test_dataMethod · 0.95
_delete_test_dataMethod · 0.95

Tested by

no test coverage detected