[Checkins] SVN: grokcore.component/trunk/src/grok/tests/test_grok.py Reduced the list of unit test directories in test_grok.py to match

Brandon Rhodes brandon at rhodesmill.org
Mon Mar 17 16:31:51 EDT 2008


Log message for revision 84746:
  Reduced the list of unit test directories in test_grok.py to match
  the reduced list now used in "grok.component".
  

Changed:
  U   grokcore.component/trunk/src/grok/tests/test_grok.py

-=-
Modified: grokcore.component/trunk/src/grok/tests/test_grok.py
===================================================================
--- grokcore.component/trunk/src/grok/tests/test_grok.py	2008-03-17 20:24:12 UTC (rev 84745)
+++ grokcore.component/trunk/src/grok/tests/test_grok.py	2008-03-17 20:31:50 UTC (rev 84746)
@@ -42,11 +42,8 @@
 
 def test_suite():
     suite = unittest.TestSuite()
-    for name in ['adapter', 'error', 'view', 'event', 'security', 'catalog',
-                 'zcml', 'static', 'utility', 'xmlrpc', 'json', 'container',
-                 'traversal', 'form', 'grokker', 'directive', 'util',
-                 'baseclass', 'annotation', 'application', 'template', 'order',
-                 'viewlet', 'testsetup']:
+    for name in ['adapter', 'directive', 'grokker', 'order', 'testsetup',
+                 'util', 'utility', 'view',]:
         suite.addTest(suiteFromPackage(name))
     return suite
 



More information about the Checkins mailing list