[Zope3-checkins] CVS: Zope3 - test.py:1.40

Albertas Agejevas alga@codeworks.lt
Thu, 13 Mar 2003 13:49:24 -0500


Update of /cvs-repository/Zope3
In directory cvs.zope.org:/tmp/cvs-serv1411

Modified Files:
	test.py 
Log Message:
An unexpected raid by the Whitespace Police.

Other than fixes of nonconforming whitespace, just a couple of $Id$
docstrings has been added.



=== Zope3/test.py 1.39 => 1.40 ===
--- Zope3/test.py:1.39	Wed Mar 12 18:39:22 2003
+++ Zope3/test.py	Thu Mar 13 13:48:52 2003
@@ -2,14 +2,14 @@
 #
 # Copyright (c) 2001, 2002 Zope Corporation and Contributors.
 # All Rights Reserved.
-# 
+#
 # This software is subject to the provisions of the Zope Public License,
 # Version 2.0 (ZPL).  A copy of the ZPL should accompany this distribution.
 # THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
 # WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
 # WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
 # FOR A PARTICULAR PURPOSE.
-# 
+#
 ##############################################################################
 """
 test.py [-abCdgGLvvt] [modfilter [testfilter]]
@@ -175,7 +175,7 @@
         if gc.garbage:
             print test
             print gc.garbage
-        
+
     def print_times(self):
         results = self._testtimes.items()
         results.sort(lambda x, y: cmp(y[1], x[1]))
@@ -242,7 +242,7 @@
             self.stream.writeln("%s: %s" % (flavor, self.getDescription(test)))
             self.stream.writeln(self.separator2)
             self.stream.writeln(err)
-            
+
 
 class ImmediateTestRunner(unittest.TextTestRunner):
 
@@ -446,7 +446,7 @@
 
 def main(module_filter, test_filter, libdir):
     global pathinit
-    
+
     os.path.walk(os.curdir, remove_stale_bytecode, None)
 
     # Get the log.ini file from the current directory instead of possibly