Edgewall Software

Changes between Initial Version and Version 1 of Recipe Book


Ignore:
Timestamp:
Mar 29, 2007, 7:27:18 PM (17 years ago)
Author:
Alec Munro
Comment:

Creating the page

Legend:

Unmodified
Added
Removed
Modified
  • Recipe Book

    v1 v1  
     1I noticed there isn't really a collection of recipes available yet, so I thought it prudent that I start one. I don't have much content yet, and anyone should feel free to reorganize it.
     2
     3
     4== Running Zope Tests ==
     5
     6This is very specific to my Zope installation. I had to create the run_tests script in my SVN. I would like a more generic method. Perhaps it will be prudent to create a "zope" namespace.
     7
     8{{{
     9<build xmlns:python="http://bitten.cmlenz.net/tools/python">
     10
     11  <step id="test" description="Runs run_tests, which invokes the zope testrunner.">
     12    <python:exec file="run_tests.py" args="-m abridean.monorail"/>
     13  </step>
     14
     15</build>
     16}}}