/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_stacked_on_url.

Show diffs side-by-side

added added

removed removed

Lines of Context:
81
81
 
82
82
    def test_get_parent(self):
83
83
        self.assertIs(None, self.git_branch.get_parent())
 
84
 
 
85
    def test_get_stacked_on_url(self):
 
86
        self.assertIs(None, self.git_branch.get_stacked_on_url())