~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/commands/__init__.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:
30
30
    testmod_names = [
31
31
        'bzrlib.tests.commands.test_branch',
32
32
        'bzrlib.tests.commands.test_init',
 
33
        'bzrlib.tests.commands.test_pull',
33
34
        'bzrlib.tests.commands.test_push',
34
35
        ]
35
36
    loader = TestLoader()