/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_hooks.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-04-07 10:41:30 UTC
  • mfrom: (4230.1.2 bzr.dev)
  • Revision ID: pqm@pqm.ubuntu.com-20090407104130-ka3rxokxvi9yfbck
Include the msgeditor hooks in known_hooks.

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():