~abentley/bzrtools/bzrtools.dev

« back to all changes in this revision

Viewing changes to tests/shelf_tests.py

  • Committer: Aaron Bentley
  • Date: 2007-03-26 17:16:00 UTC
  • mfrom: (517.1.7 bzrtools-0.15)
  • Revision ID: abentley@panoramicfeedback.com-20070326171600-49ldttkuccqvbp37
MergeĀ fromĀ release

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    UnshelveHunkSelector,
8
8
    )
9
9
from bzrlib.plugins.bzrtools.errors import NoColor
10
 
from bzrlib.plugins.bzrtools import cmd_shelf
11
10
 
12
11
 
13
12
class ShelfTests(bzrlib.tests.TestCaseWithTransport):
617
616
                                               '--no-color'])
618
617
        stdout, error = self.run_bzr_captured(['unshelve', '--all', 
619
618
                                               '--no-color'])
620
 
 
621
 
    def test_shelf_help(self):
622
 
        self.assertContainsRe(cmd_shelf().help(),
623
 
                              'list\n.*List the patches on the current shelf')