~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/plugins/bash_completion/tests/test_bashcomp.py

  • Committer: Martin Packman
  • Date: 2012-01-05 10:44:12 UTC
  • mfrom: (6424 +trunk)
  • mto: This revision was merged to the branch mainline in revision 6427.
  • Revision ID: martin.packman@canonical.com-20120105104412-z03fi9m43h946fvs
Merge bzr.dev to resolve conflicts

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
from bzrlib.tests import features
22
22
from bzrlib.plugins.bash_completion.bashcomp import *
23
23
 
24
 
import os
25
24
import subprocess
26
25
 
27
26
 
325
324
                self.assertSubset(['2a'], opt.registry_keys)
326
325
                return
327
326
        raise AssertionError('Option --format not found')
 
327
 
 
328
 
 
329
class BlackboxTests(tests.TestCase):
 
330
 
 
331
    def test_bash_completion(self):
 
332
        self.run_bzr("bash-completion")