On Tue, Oct 25, 2005 at 03:13:11PM -0400, Jim Fulton wrote:
I just checked in a new test runner on the trunk. It is mostly backward compatible with the old test runner. You can get help on the test runner by running it with -h. There is more extensive documentation in lib/python/zope/testing/testrunner.txt.
Somewhere I believe you said that the new testrunner is backward-compatible with the old testrunner's positional arguments used as regexes for matching modules. Not a big deal to me, but AFAICT this is not true with a current Zope2 trunk sandbox: pw@kermit Zope-Trunk $ ./bin/zopectl test -m "AcceleratedHTTP.*" Running tests via: /usr/bin/python /home/pw/Downloads/Apps/Net/Zope-Trunk/test.py -v --config-file /home/pw/Downloads/Apps/Net/Zope-Trunk/etc/zope.conf -m AcceleratedHTTP.* Parsing /home/pw/Downloads/Apps/Net/Zope-Trunk/etc/zope.conf Running tests at level 1 Running unit tests: Running: . Ran 1 tests with 0 failures and 0 errors in 0.246 seconds. pw@kermit Zope-Trunk $ ./bin/zopectl test "AcceleratedHTTP.*" Running tests via: /usr/bin/python /home/pw/Downloads/Apps/Net/Zope-Trunk/test.py -v --config-file /home/pw/Downloads/Apps/Net/Zope-Trunk/etc/zope.conf AcceleratedHTTP.* Parsing /home/pw/Downloads/Apps/Net/Zope-Trunk/etc/zope.conf Running tests at level 1 Running unit tests: Running: .................................................. (snip) .................................... Ran 4336 tests with 0 failures and 0 errors in 399.069 seconds. -- Paul Winkler http://www.slinkp.com