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

_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to