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