/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Vincent Ladeuil
  • Date: 2007-10-04 15:45:21 UTC
  • mto: (2885.2.1 trunk)
  • mto: This revision was merged to the branch mainline in revision 2886.
  • Revision ID: v.ladeuil+lp@free.fr-20071004154521-vrh7xxt3vrbuq8nq
Review comments.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
 
18
18
"""Commands behaviour tests for bzr.
19
19
 
20
 
This tests the behaviour of the commands.
21
 
The API is tested in the tests/blackbox files.
 
20
Test the internal behaviour of the commands (the blackbox tests are intended to
 
21
test the usage of the commands).
22
22
"""
23
23
 
 
24
# FIXME: If the separation described above from the blackbox tests is not worth
 
25
# it, all the tests defined below should be moved to blackbox instead. 
 
26
 
24
27
from bzrlib.tests import TestLoader
25
28
 
26
29