/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

Add test for nick.

Show diffs side-by-side

added added

removed removed

Lines of Context:
36
36
        builder.commit('Joe Foo <joe@foo.com>', u'<The commit message>')
37
37
        builder.finish()
38
38
 
 
39
    def test_nick(self):
 
40
        tests.run_git('init')
 
41
        output, error = self.run_bzr(['nick'])
 
42
        self.assertEquals("HEAD\n", output)
 
43
 
39
44
    def test_info(self):
40
45
        self.simple_commit()
41
46
        output, error = self.run_bzr(['info'])