[Checkins] SVN: Sandbox/thefunny42/kgs.test/trunk/ Fill README.txt, remove hardcoded paths.

Sylvain Viollon sylvain at infrae.com
Tue Jan 27 04:57:50 EST 2009


Log message for revision 95101:
  Fill README.txt, remove hardcoded paths.
  
  

Changed:
  U   Sandbox/thefunny42/kgs.test/trunk/README.txt
  U   Sandbox/thefunny42/kgs.test/trunk/src/kgs_test.py

-=-
Modified: Sandbox/thefunny42/kgs.test/trunk/README.txt
===================================================================
--- Sandbox/thefunny42/kgs.test/trunk/README.txt	2009-01-27 09:56:58 UTC (rev 95100)
+++ Sandbox/thefunny42/kgs.test/trunk/README.txt	2009-01-27 09:57:50 UTC (rev 95101)
@@ -1 +1,37 @@
-Create a test environment.
+kgs.test
+========
+
+This script create a test environment for each Zope/Grok package
+including those files:
+
+- ``kgs.cfg``: Buildout configuration to test latest released Zope and
+  Grok packages.
+
+- ``trunk.cfg``: Buildout configuration to test trunk version of Zope and
+  Grok pacakges.
+
+- ``Makefile``: To run all the test with ``make``.
+
+It will checkout the trunk of each package in the working
+directory.
+
+Configuration
+-------------
+
+You can set those environment variable:
+
+- ``PYTHON_CACHE_EGG``: Where your cache egg is.
+
+- ``ZOPE3_SVN``: Url to the Zope SVN. By default it's
+  ``svn://svn.zope.org/repos/main/``. You might want to change it to
+  include your username, or use a mirror.
+
+Running
+-------
+
+After having run that script, you can create/edit a ``buildout.cfg``,
+which extend either ``kgs.cfg`` or ``trunk.cfg``. You can add to
+``develop`` the current egg your are working on.
+
+After running that buildout, you will find a test script for each
+package in your ``bin`` directory.

Modified: Sandbox/thefunny42/kgs.test/trunk/src/kgs_test.py
===================================================================
--- Sandbox/thefunny42/kgs.test/trunk/src/kgs_test.py	2009-01-27 09:56:58 UTC (rev 95100)
+++ Sandbox/thefunny42/kgs.test/trunk/src/kgs_test.py	2009-01-27 09:57:50 UTC (rev 95101)
@@ -9,7 +9,7 @@
 ZOPE3_SVN = os.getenv('ZOPE3_SVN',
                       'svn://svn.zope.org/repos/main/')
 EGG_CACHE = os.getenv('PYTHON_CACHE_EGG',
-                      '/Users/sylvain/Library/Buildout/eggs')
+                      'eggs')
 DEVELOP_EGG = 'develop-eggs'
 BLACKLIST = ['zope.agxassociation', 'zope.app.css', 'zope.app.demo', \
                  'zope.app.fssync', 'zope.app.recorder', \



More information about the Checkins mailing list