~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-07-15 11:17:19 UTC
  • mto: This revision was merged to the branch mainline in revision 2646.
  • Revision ID: v.ladeuil+lp@free.fr-20070715111719-uybjoupp5yhm57ce
Cosmetic changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
"""Commands behaviour tests for bzr.
19
19
 
20
 
These test the behaviour of the commands.
 
20
This tests the behaviour of the commands.
21
21
The API is tested in the tests/blackbox files.
22
22
"""
23
23
 
24
 
from bzrlib.tests import (
25
 
                          TestLoader,
26
 
                          )
 
24
from bzrlib.tests import TestLoader
27
25
 
28
26
 
29
27
def test_suite():