Merge lp:~jelmer/brz-git/test-branches into lp:brz-git

Proposed by Jelmer Vernooij
Status: Merged
Approved by: Jelmer Vernooij
Approved revision: 1819
Merge reported by: The Breezy Bot
Merged at revision: not available
Proposed branch: lp:~jelmer/brz-git/test-branches
Merge into: lp:brz-git
Diff against target: 15 lines (+5/-0)
1 file modified
tests/test_blackbox.py (+5/-0)
To merge this branch: bzr merge lp:~jelmer/brz-git/test-branches
Reviewer Review Type Date Requested Status
Jelmer Vernooij Approve
Review via email: mp+340770@code.launchpad.net

Commit message

Add test for branches command.

Description of the change

Add test for branches command.

To post a comment you must log in.
Revision history for this message
Jelmer Vernooij (jelmer) wrote :

Rubberstamp! Proposer approves of own proposal.

review: Approve
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :
Revision history for this message
The Breezy Bot (the-breezy-bot) wrote :

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'tests/test_blackbox.py'
--- tests/test_blackbox.py 2018-03-03 00:14:16 +0000
+++ tests/test_blackbox.py 2018-03-05 22:23:06 +0000
@@ -53,6 +53,11 @@
53 output, error = self.run_bzr(['nick'])53 output, error = self.run_bzr(['nick'])
54 self.assertEquals("master\n", output)54 self.assertEquals("master\n", output)
5555
56 def test_branches(self):
57 self.simple_commit()
58 output, error = self.run_bzr(['branches'])
59 self.assertEquals("* master\n", output)
60
56 def test_info(self):61 def test_info(self):
57 self.simple_commit()62 self.simple_commit()
58 output, error = self.run_bzr(['info'])63 output, error = self.run_bzr(['info'])

Subscribers

People subscribed via source and target branches

to all changes: