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

Merge foreign branch utility code.

Show diffs side-by-side

added added

removed removed

Lines of Context:
62
62
        self.assertEqual(error, '')
63
63
        self.assertEqual(output, "a\n")
64
64
 
65
 
    def test_init(self):
66
 
        self.run_bzr("init-repo --git repo") 
67
 
 
68
65
    def test_info_verbose(self):
69
66
        self.simple_commit()
70
67