~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_generate_docs.py

  • Committer: John Arbash Meinel
  • Date: 2009-06-15 17:02:13 UTC
  • mfrom: (4442 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4449.
  • Revision ID: john@arbash-meinel.com-20090615170213-3sgtjlvsr50v9r12
Merge bzr.dev 4442, in preparation for NEWS entry.

Show diffs side-by-side

added added

removed removed

Lines of Context:
22
22
 
23
23
from cStringIO import StringIO
24
24
 
 
25
import bzrlib.commands
25
26
from bzrlib.tests import TestCase, TestSkipped
26
27
 
27
28
 
37
38
        self.sio = StringIO()
38
39
        self.options = Options()
39
40
        self.options.bzr_name = 'bzr'
 
41
        bzrlib.commands.install_bzr_command_hooks()
40
42
 
41
43
    def test_man_page(self):
42
44
        try: