~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: v.ladeuil+lp at free
  • Date: 2007-05-20 17:38:39 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-20070520173839-e5d44epigc5ungdh
Add tests for branch command.

* bzrlib/tests/commands/test_init.py: 
Fix copyright.

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

* bzrlib/tests/commands/test_branch.py: 
New file. Test the branch command.

Show diffs side-by-side

added added

removed removed

Lines of Context:
28
28
 
29
29
def test_suite():
30
30
    testmod_names = [
 
31
        'bzrlib.tests.commands.test_branch',
31
32
        'bzrlib.tests.commands.test_init',
32
33
        ]
33
34
    loader = TestLoader()