~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_help.py

  • Committer: Robert Collins
  • Date: 2007-04-19 23:57:17 UTC
  • mto: This revision was merged to the branch mainline in revision 2441.
  • Revision ID: robertc@robertcollins.net-20070419235717-rdjuxno46v5ugs7y
Add a HelpCommandContext class for help from commands.

Show diffs side-by-side

added added

removed removed

Lines of Context:
49
49
    def test_construct(self):
50
50
        context = help_topics.HelpTopicContext()
51
51
 
 
52
 
 
53
class TestCommandContext(tests.TestCase):
 
54
    """Tests for the HelpCommandContext object."""
 
55
 
 
56
    def test_construct(self):
 
57
        context = commands.HelpCommandContext()