[Checkins] SVN: grok/branches/ulif-no-testsetup/src/grok/tests/test_grok.py Remove testsetup test package registration.

Uli Fouquet uli at gnufix.de
Wed Apr 23 10:06:30 EDT 2008


Log message for revision 85641:
  Remove testsetup test package registration.

Changed:
  U   grok/branches/ulif-no-testsetup/src/grok/tests/test_grok.py

-=-
Modified: grok/branches/ulif-no-testsetup/src/grok/tests/test_grok.py
===================================================================
--- grok/branches/ulif-no-testsetup/src/grok/tests/test_grok.py	2008-04-23 14:01:47 UTC (rev 85640)
+++ grok/branches/ulif-no-testsetup/src/grok/tests/test_grok.py	2008-04-23 14:06:29 UTC (rev 85641)
@@ -46,7 +46,7 @@
                  'zcml', 'static', 'utility', 'xmlrpc', 'json', 'container',
                  'traversal', 'form', 'grokker', 'directive', 'util',
                  'baseclass', 'annotation', 'application', 'template', 'order',
-                 'viewlet', 'testsetup', 'conflict']:
+                 'viewlet', 'conflict']:
         suite.addTest(suiteFromPackage(name))
     return suite
 



More information about the Checkins mailing list