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