~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to test_bb_version_info.py

  • Committer: John Arbash Meinel
  • Date: 2005-12-28 21:18:15 UTC
  • mto: (2022.1.1 version-info-55794)
  • mto: This revision was merged to the branch mainline in revision 2028.
  • Revision ID: john@arbash-meinel.com-20051228211815-1ba13be897978e2d
Have working rio output

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
from bzrlib.tests import TestCase, TestCaseInTempDir
22
22
 
 
23
 
23
24
class TestVersionInfo(TestCaseInTempDir):
24
 
    pass
 
25
 
 
26
    def test_invalid_format(self):
 
27
        bzr = self.run_bzr
 
28
 
 
29
        bzr('version-info', '--format', 'quijibo', retcode=3)
25
30