[Zope3-checkins] SVN: zope.testing/branches/tim-pyc/src/zope/testing/testrunner.txt Small rephrasing.

Tim Peters tim.one at comcast.net
Wed Sep 28 17:22:26 EDT 2005


Log message for revision 38671:
  Small rephrasing.
  

Changed:
  U   zope.testing/branches/tim-pyc/src/zope/testing/testrunner.txt

-=-
Modified: zope.testing/branches/tim-pyc/src/zope/testing/testrunner.txt
===================================================================
--- zope.testing/branches/tim-pyc/src/zope/testing/testrunner.txt	2005-09-28 21:09:14 UTC (rev 38670)
+++ zope.testing/branches/tim-pyc/src/zope/testing/testrunner.txt	2005-09-28 21:22:25 UTC (rev 38671)
@@ -1969,9 +1969,9 @@
       Ran 4 tests with 0 failures and 0 errors in N.NNN seconds.
     False
 
-If we delete the source files, it's normally a disaster (the test runner
-doesn't believe any test files, or even packages, exist).  Note that we
-pass ``--keepbytecode`` this time, because otherwise the testrunner would
+If we delete the source files, it's normally a disaster:  the test runner
+doesn't believe any test files, or even packages, exist.  Note that we pass
+``--keepbytecode`` this time, because otherwise the test runner would
 delete the compiled Python files too:
 
     >>> for root, dirs, files in os.walk(dst):



More information about the Zope3-Checkins mailing list