[Zope3-checkins] SVN: zope.testing/branches/test-fu/src/zope/testing/testrunner.py Typo: s/interpets/interprets/.

Marius Gedminas marius at pov.lt
Fri Jan 12 18:36:45 EST 2007


Log message for revision 71992:
  Typo: s/interpets/interprets/.
  
  

Changed:
  U   zope.testing/branches/test-fu/src/zope/testing/testrunner.py

-=-
Modified: zope.testing/branches/test-fu/src/zope/testing/testrunner.py
===================================================================
--- zope.testing/branches/test-fu/src/zope/testing/testrunner.py	2007-01-12 23:23:45 UTC (rev 71991)
+++ zope.testing/branches/test-fu/src/zope/testing/testrunner.py	2007-01-12 23:36:44 UTC (rev 71992)
@@ -1827,10 +1827,10 @@
         options.at_level = sys.maxint
 
     if options.unit and options.non_unit:
-        # The test runner interpets this as "run only those tests that are both
-        # unit and non-unit at the same time".  The user, however, wants to run
-        # both unit and non-unit tests.  Disable the filtering so that the user
-        # will get what she wants:
+        # The test runner interprets this as "run only those tests that are
+        # both unit and non-unit at the same time".  The user, however, wants
+        # to run both unit and non-unit tests.  Disable the filtering so that
+        # the user will get what she wants:
         options.unit = options.non_unit = False
 
     if options.unit:



More information about the Zope3-Checkins mailing list