I have added a test environment in ZopeSkel with a buldout. I guess you can use it and add a "develop" section in it, to build it and test your templates within it. (there's a bin/test command)
For your template, you can add a .txt doctest in docs/ and run bin/test in the buildout to check the result. I have added a few APIs so it is easy to call the templates. Look into the docs folder, recipe.txt for an example. Andreas Jung-5 wrote: > > Hi, > > I am currently working on templates based on Zopeskel for some internal > projects. What is the best and fastest way for testing changes made to the > buildout.cfg_templ? Right now I have to build an development egg first, > easy_install it and then run paster...any idea how to avoid the > egg-building and installing step? > > Andreas > > _______________________________________________ > Product-Developers mailing list > [email protected] > http://lists.plone.org/mailman/listinfo/product-developers > > -- View this message in context: http://www.nabble.com/-Product-Developers--Best-practice-writing-Zopeskel-templates--tp15182631s20094p15203189.html Sent from the Product Developers mailing list archive at Nabble.com. _______________________________________________ Product-Developers mailing list [email protected] http://lists.plone.org/mailman/listinfo/product-developers
