[pypy-svn] rev 2590 - pypy/trunk/src/pypy/tool

sschwarzer at codespeak.net sschwarzer at codespeak.net
Fri Dec 19 17:33:31 CET 2003


Author: sschwarzer
Date: Fri Dec 19 17:33:30 2003
New Revision: 2590

Modified:
   pypy/trunk/src/pypy/tool/newtest.py
Log:
Fixed docstring of TestSuite.run .


Modified: pypy/trunk/src/pypy/tool/newtest.py
==============================================================================
--- pypy/trunk/src/pypy/tool/newtest.py	(original)
+++ pypy/trunk/src/pypy/tool/newtest.py	Fri Dec 19 17:33:30 2003
@@ -471,8 +471,8 @@
 
     def run(self):
         """
-        Run all the test items. After that, the results are available
-        via the attribute last_results.
+        Run all the test items and return a list of the results. After
+        that, the results are available via the attribute last_results.
         """
         # perform all the tests by using the existing generator; discard
         # the results; they are then available via self.last_results


More information about the Pypy-commit mailing list