[Checkins] SVN: z3c.table/trunk/src/z3c/table/tests.py Removed	unsused test (no more docstring test)
    Christophe Combelles 
    ccomb at free.fr
       
    Sat Oct 11 17:35:59 EDT 2008
    
    
  
Log message for revision 92060:
  Removed unsused test (no more docstring test)
  
Changed:
  U   z3c.table/trunk/src/z3c/table/tests.py
-=-
Modified: z3c.table/trunk/src/z3c/table/tests.py
===================================================================
--- z3c.table/trunk/src/z3c/table/tests.py	2008-10-11 21:35:03 UTC (rev 92059)
+++ z3c.table/trunk/src/z3c/table/tests.py	2008-10-11 21:35:59 UTC (rev 92060)
@@ -156,10 +156,6 @@
             setUp=testing.setUp, tearDown=testing.tearDown,
             optionflags=doctest.NORMALIZE_WHITESPACE|doctest.ELLIPSIS,
             ),
-        doctest.DocTestSuite(batch,
-            setUp=testing.setUp, tearDown=testing.tearDown,
-            optionflags=doctest.NORMALIZE_WHITESPACE|doctest.ELLIPSIS,
-            ),
         unittest.makeSuite(TestTable),
         unittest.makeSuite(TestSequenceTable),
         unittest.makeSuite(TestColumn),
    
    
More information about the Checkins
mailing list