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
1=== modified file 'tests/test_blackbox.py'
2--- tests/test_blackbox.py 2018-03-03 00:14:16 +0000
3+++ tests/test_blackbox.py 2018-03-05 22:23:06 +0000
4@@ -53,6 +53,11 @@
5 output, error = self.run_bzr(['nick'])
6 self.assertEquals("master\n", output)
7
8+ def test_branches(self):
9+ self.simple_commit()
10+ output, error = self.run_bzr(['branches'])
11+ self.assertEquals("* master\n", output)
12+
13 def test_info(self):
14 self.simple_commit()
15 output, error = self.run_bzr(['info'])

Subscribers

People subscribed via source and target branches

to all changes: