[Zope3-dev] Re: [Zope3-checkins] SVN: zope.testing/branches/mgedmin-fixes/src/zope/testing/testrunner Implement a --list-modules option that lists all modules matching your pattern,

Baiju M mbaiju at zeomega.com
Thu Jan 11 21:37:22 EST 2007


Marius Gedminas wrote:
>  Log message for revision 71953: Implement a --list-modules option
>  that lists all modules matching your pattern, but does not actually
>  run any tests.
>
>  I hope this will help me figure out why test.py -s zope.testing in a
>  Zope 3 checkout runs 0 tests.

If I comment 'zope[.]testing' line in test.py, I can run 'test.py -s 
zope.testing'.
And all tests are passed with message "Ran 123 tests with 0 failures and 
0 errors in 18.783 seconds."

Index: test.py
===================================================================
--- test.py     (revision 71953)
+++ test.py     (working copy)
@@ -50,7 +50,7 @@
              '|'
              'zdaemon'
              '|'
-             'zope[.]testing'
+             #'zope[.]testing'
              '|'
              ')[.]']
 
Regards,
Baiju M



More information about the Zope3-dev mailing list