153
157
callback_repr, repr(hook))
158
162
def test_items_are_reasonable_keys(self):
159
163
# All the items in the known_hooks registry need to map from
160
164
# (module_name, member_name) tuples to the callable used to get an
162
166
# suite which needs to generate empty hooks (and HookPoints) to ensure
163
167
# isolation and prevent tests failing spuriously.
164
168
for key, factory in known_hooks.items():