~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_hooks.py

  • Committer: Robert J. Tanner
  • Date: 2009-04-29 05:53:21 UTC
  • mfrom: (4311 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4312.
  • Revision ID: tanner@real-time.com-20090429055321-v2s5l1mgki9f6cgn
[merge] 1.14 back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
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
165
 
        # empty Hooks of for that attribute. This is used to support the test
 
165
        # empty Hooks for that attribute. This is used to support the test
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():