[MERGE] New test loader for selftest --load-list

Alexander Belchenko bialix at ukr.net
Tue Apr 1 13:09:27 BST 2008


Vincent Ladeuil пишет:
> This patch provides a new, more aggressive, test loader that will avoid
> loading unneeded modules and building their tests. Plugins can
> use this new loader by defining a load_tests function instead of
> a test_suite function.

=== modified file 'NEWS'
--- NEWS	2008-04-01 04:19:06 +0000
+++ NEWS	2008-04-01 09:42:34 +0000
@@ -120,6 +120,13 @@
        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 uses a new more agressive test loader that will
+      avoid loading unneeded modules and building their tests. Plugins can use
+      this new loader by defining a load_tests function instead of a test_suite
+      function. (a forthcoming patch will provide many examples on how to
+      implement this).
+      (Vincent Ladeuil)
+

I'm eagerly waiting for examples. :-)



More information about the bazaar mailing list