~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/commands/test_branch.py

  • Committer: Vincent Ladeuil
  • Date: 2007-05-25 15:11:05 UTC
  • mto: (2485.8.44 bzr.connection.sharing)
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070525151105-iabak02mwjjxrxty
Add test for pull.

* bzrlib/tests/commands/__init__.py:
(test_suite): Add test_pull.

* bzrlib/tests/commands/test_pull.py: 
New file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
34
34
        cmd.run('branch', self.get_url() + '/remote')
35
35
        self.assertEquals(1, len(self.connections))
36
36
 
 
37
    # This is bug 112173 too
37
38
    def test_branch_remote_remote(self):
38
39
        self.make_branch_and_tree('branch')
39
40
        cmd = cmd_branch()