/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 brzlib/tests/test_selftest.py

  • Committer: Jelmer Vernooij
  • Date: 2017-05-21 18:06:19 UTC
  • mto: This revision was merged to the branch mainline in revision 6623.
  • Revision ID: jelmer@jelmer.uk-20170521180619-5qoo0470asgdnljt
Fix more tests (all?)

Show diffs side-by-side

added added

removed removed

Lines of Context:
2645
2645
    def test_get_brz_path_with_cwd_brzlib(self):
2646
2646
        self.get_source_path = lambda: ""
2647
2647
        self.overrideAttr(os.path, "isfile", lambda path: True)
2648
 
        self.assertEqual(self.get_brz_path(), "bzr")
 
2648
        self.assertEqual(self.get_brz_path(), "brz")
2649
2649
 
2650
2650
 
2651
2651
class TestActuallyStartBzrSubprocess(tests.TestCaseWithTransport):