~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Jelmer Vernooij
  • Date: 2012-02-20 12:19:29 UTC
  • mfrom: (6437.23.11 2.5)
  • mto: (6581.1.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 6582.
  • Revision ID: jelmer@samba.org-20120220121929-7ni2psvjoatm1yp4
Merge bzr/2.5.

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")