Rev 3305: Fix PEP8 catched by Aaron. Update NEWS. in file:///v/home/vila/src/bzr/experimental/faster-selftest/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Mar 27 14:57:11 GMT 2008


At file:///v/home/vila/src/bzr/experimental/faster-selftest/

------------------------------------------------------------
revno: 3305
revision-id: v.ladeuil+lp at free.fr-20080327145707-0brs5r07cfuk3fhj
parent: v.ladeuil+lp at free.fr-20080326214255-02rhczp1uixzhvsm
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: check-id-filtering
timestamp: Thu 2008-03-27 15:57:07 +0100
message:
  Fix PEP8 catched by Aaron. Update NEWS.
modified:
  NEWS                           NEWS-20050323055033-4e00b5db738777ff
  bzrlib/tests/__init__.py       selftest.py-20050531073622-8d0e3c8845c97a64
-------------- next part --------------
=== modified file 'NEWS'
--- a/NEWS	2008-03-26 10:12:45 +0000
+++ b/NEWS	2008-03-27 14:57:07 +0000
@@ -75,6 +75,10 @@
       failing test.  Be aware that using this feature is likely to cause
       spurious test failures if used with the full suite. (Andrew Bennetts)
 
+    * selftest --load-list now does some sanity checks regarding duplicate test
+      IDs and tests present in the list but not found in the actual test suite.
+      (Vincent Ladeuil)
+
     * The test suite takes much less memory to run, and is a bit faster.  This
       is done by clearing most attributes of TestCases after running them, if
       they succeeded.  (Andrew Bennetts)

=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py	2008-03-26 21:42:55 +0000
+++ b/bzrlib/tests/__init__.py	2008-03-27 14:57:07 +0000
@@ -2588,6 +2588,7 @@
     ftest.close()
     return test_list
 
+
 def suite_matches_id_list(test_suite, id_list):
     """Warns about tests not appearing or appearing more than once.
 



More information about the bazaar-commits mailing list