-
Committer:
Vincent Ladeuil
-
Date:
2008-05-06 20:21:59 UTC
-
mto:
(3426.1.1 trunk)
-
mto:
This revision was merged to the branch mainline in
revision
3427.
-
Revision ID:
v.ladeuil+lp@free.fr-20080506202159-36euxn0hhckl1eqx
Fixed as per Martin and John reviews. Also fix a bug.
* bzrlib/tests/test_selftest.py:
(TestFilteredByNameStartTestLoader): Add a test for
* bzrlib/tests/__init__.py:
(test_suite.interesting_module): The module may contains tests
that starts with the specified string even if the module name
doesn't.
* doc/developers/HACKING.txt:
We have doubled the number of tests in one year 8-)
Add some explanations about --load-list and --starting-with.
* bzrlib/builtins.py:
(cmd_selftest): Add '-s' for --starting-with.