140
140
def test_constructor(self):
141
141
"""Check that creating a StatusHooks instance has the right defaults.
144
144
self.assertTrue("post_status" in hooks, "post_status not in %s" % hooks)
145
145
self.assertTrue("pre_status" in hooks, "pre_status not in %s" % hooks)