144
163
hook.hook(callback, "my callback")
145
164
self.assertEqual([callback], list(hook))
170
hook = HookPoint("foo", "no docs", None, None)
148
177
# The repr should list all the callbacks, with names.
149
178
hook = HookPoint("foo", "no docs", None, None)