[Checkins] SVN: five.grok/trunk/src/five/grok/tests/ These tests are now all in grokcore.view, so they don't need to be

Lennart Regebro regebro at gmail.com
Fri Jul 18 11:25:31 EDT 2008


Log message for revision 88525:
  These tests are now all in grokcore.view, so they don't need to be 
  duplicated here. We'll still keep the functional tests, though (even 
  though that's also duplication) as this will test integration properly, 
  which is what we are interested in.
  

Changed:
  U   five.grok/trunk/src/five/grok/tests/test_all.py
  D   five.grok/trunk/src/five/grok/tests/view/

-=-
Modified: five.grok/trunk/src/five/grok/tests/test_all.py
===================================================================
--- five.grok/trunk/src/five/grok/tests/test_all.py	2008-07-18 15:14:18 UTC (rev 88524)
+++ five.grok/trunk/src/five/grok/tests/test_all.py	2008-07-18 15:25:30 UTC (rev 88525)
@@ -44,11 +44,6 @@
 def test_suite():
     return unittest.TestSuite([
 
-        # Unit tests for your API
-        #doctestunit.DocFileSuite(
-            #'README.txt', package='something.foo',
-            #setUp=testing.setUp, tearDown=testing.tearDown),
-
         doctestunit.DocTestSuite(
             module='five.grok.tests.adapters',
             setUp=setUp, tearDown=testing.tearDown),
@@ -65,25 +60,6 @@
             module='five.grok.tests.subscribers',
             setUp=setUp, tearDown=testing.tearDown),
         
-        suiteFromPackage('view'),
-
-        #doctestunit.DocTestSuite(
-            #module='five.grok.tests.view.view',
-            #setUp=setUp, tearDown=testing.tearDown, 
-            #optionflags=doctest.ELLIPSIS+doctest.NORMALIZE_WHITESPACE),
-
-        #doctestunit.DocTestSuite(
-            #module='five.grok.tests.view.ambiguouscontext',
-            #setUp=setUp, tearDown=testing.tearDown, 
-            #optionflags=doctest.ELLIPSIS+doctest.NORMALIZE_WHITESPACE),
-        
-        # Integration tests that use ZopeTestCase
-        #ztc.ZopeDocFileSuite(
-        #    'README.txt', package='something.foo',
-        #    setUp=testing.setUp, tearDown=testing.tearDown),
-
-        #ztc.FunctionalDocFileSuite(
-        #    'browser.txt', package='something.foo'),
         ])
         
         



More information about the Checkins mailing list