[Zope3-checkins] SVN: zope.testing/branches/list-modules/src/zope/testing/testrunner.py Clarify more.

Marius Gedminas marius at pov.lt
Mon Jan 15 06:58:03 EST 2007


Log message for revision 72039:
  Clarify more.
  
  

Changed:
  U   zope.testing/branches/list-modules/src/zope/testing/testrunner.py

-=-
Modified: zope.testing/branches/list-modules/src/zope/testing/testrunner.py
===================================================================
--- zope.testing/branches/list-modules/src/zope/testing/testrunner.py	2007-01-15 11:56:36 UTC (rev 72038)
+++ zope.testing/branches/list-modules/src/zope/testing/testrunner.py	2007-01-15 11:58:02 UTC (rev 72039)
@@ -1440,7 +1440,8 @@
     '--list-modules', action="store_true", dest='list_modules', default=False,
     help="""\
 List all test modules that were found and would be imported.  Do not import
-them, do not run any tests.
+them, do not run any tests.  Note that this list doesn't take into account
+layer, level or test name filtering.
 """)
 
 searching.add_option(



More information about the Zope3-Checkins mailing list