[Grok-dev] Patch to grokproject
    Luciano Ramalho 
    luciano at ramalho.org
       
    Sat Aug 11 01:55:49 EDT 2007
    
    
  
Currenly grokproject does not include the user app package in the
generated ftesting.zcml. There's no point in generating this file
without this additional include directive, IMHO. If you give me a
green light, I'll apply the patch this Saturday.
I also think that skeleton doctests (unit and functional) should be
generated by grokproject, for the same reason a skeleton app module
and index template are generated.
Regards,
Luciano
Index: trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl
===================================================================
--- trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl	(revision 78746)
+++ trunk/grokproject/template/src/+package+/ftesting.zcml_tmpl	(working copy)
@@ -5,6 +5,7 @@
    >
   <include package="grok" />
+  <include package="${package}" />
   <!-- Typical functional testing security setup -->
   <securityPolicy
    
    
More information about the Grok-dev
mailing list