Rev 3180: Add NEWS entry. in file:///v/home/vila/src/bzr/experimental/selftest/
Vincent Ladeuil
v.ladeuil+lp at free.fr
Thu Jan 10 23:01:03 GMT 2008
At file:///v/home/vila/src/bzr/experimental/selftest/
------------------------------------------------------------
revno: 3180
revision-id:v.ladeuil+lp at free.fr-20080110230058-f0ergyr4h9w54v1b
parent: v.ladeuil+lp at free.fr-20080110225634-e9kcurnmy8ynoyni
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: selftest
timestamp: Fri 2008-01-11 00:00:58 +0100
message:
Add NEWS entry.
modified:
NEWS NEWS-20050323055033-4e00b5db738777ff
bzrlib/tests/test_selftest.py test_selftest.py-20051202044319-c110a115d8c0456a
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS 2008-01-10 01:45:17 +0000
+++ b/NEWS 2008-01-10 23:00:58 +0000
@@ -201,6 +201,11 @@
protocol versions (1.0 and 1.1) and the authentication schemes.
(Vincent Ladeuil)
+ * selftest now accepts --save-list <file> and --load-list <file> to
+ respectively save and load a test list. This speeds up running the test
+ suite on a limited set of tests.
+ (Vincent Ladeuil)
+
* The ``exclude_pattern`` and ``random_order`` parameters to the function
``bzrlib.tests.filter_suite_by_re`` have been deprecated. (Robert Collins)
=== modified file 'bzrlib/tests/test_selftest.py'
--- a/bzrlib/tests/test_selftest.py 2008-01-10 19:53:59 +0000
+++ b/bzrlib/tests/test_selftest.py 2008-01-10 23:00:58 +0000
@@ -18,7 +18,6 @@
import cStringIO
import cPickle
-import doctest
import os
from StringIO import StringIO
import sys
More information about the bazaar-commits
mailing list