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

Implement Branch.get_physical_lock_status.

Show diffs side-by-side

added added

removed removed

Lines of Context:
85
85
    def test_get_stacked_on_url(self):
86
86
        self.assertIs(None, self.git_branch.get_stacked_on_url())
87
87
 
 
88
    def test_get_physical_lock_status(self):
 
89
        self.assertFalse(self.git_branch.get_physical_lock_status())
 
90
 
88
91
 
89
92
class TestGitBranchFormat(tests.TestCase):
90
93