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

Marius Gedminas marius at pov.lt
Mon Jan 15 06:56:37 EST 2007


Log message for revision 72038:
  Clarify what --list-modules shows.
  
  

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-14 22:58:42 UTC (rev 72037)
+++ zope.testing/branches/list-modules/src/zope/testing/testrunner.py	2007-01-15 11:56:36 UTC (rev 72038)
@@ -1439,7 +1439,8 @@
 searching.add_option(
     '--list-modules', action="store_true", dest='list_modules', default=False,
     help="""\
-List all test modules that matched your filters.  Do not run any tests.
+List all test modules that were found and would be imported.  Do not import
+them, do not run any tests.
 """)
 
 searching.add_option(



More information about the Zope3-Checkins mailing list