/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to breezy/plugins/git/tests/test_blackbox.py

  • Committer: Jelmer Vernooij
  • Date: 2018-07-02 20:37:44 UTC
  • mfrom: (7025 work)
  • mto: This revision was merged to the branch mainline in revision 7027.
  • Revision ID: jelmer@jelmer.uk-20180702203744-3i0bimk0r5pfzjzl
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
310
310
 
311
311
    def test_version_info_python(self):
312
312
        output, error = self.run_bzr(['version-info', '--python', 'gitr'])
313
 
        self.assertEqual(error, '')
 
313
        self.assertEqual(error, b'')
314
314
        self.assertNotIn(b'revno:', output)
315
315
 
316
316
    def test_version_info_custom_with_revno(self):