/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_dir.py

Share more code between local and remote classes, support opening remote branches.

Show diffs side-by-side

added added

removed removed

Lines of Context:
51
51
 
52
52
    def setUp(self):
53
53
        super(TestGitDirFormat, self).setUp()
54
 
        self.format = dir.GitBzrDirFormat()
 
54
        self.format = dir.LocalGitBzrDirFormat()
55
55
 
56
56
    def test_get_format_description(self):
57
57
        self.assertEquals("Local Git Repository",