[Checkins] SVN: grokproject/trunk/ Add bin/test

Maurits van Rees m.van.rees at zestsoftware.nl
Fri May 2 14:35:22 EDT 2008


Log message for revision 86118:
  Add bin/test

Changed:
  U   grokproject/trunk/CHANGES.txt
  U   grokproject/trunk/buildout.cfg

-=-
Modified: grokproject/trunk/CHANGES.txt
===================================================================
--- grokproject/trunk/CHANGES.txt	2008-05-02 18:32:14 UTC (rev 86117)
+++ grokproject/trunk/CHANGES.txt	2008-05-02 18:35:22 UTC (rev 86118)
@@ -4,6 +4,8 @@
 0.8 (unreleased)
 ------------------
 
+* Add bin/test
+
 * Add handling for the eggs-directory option in buildout.cfg, taken
   from zopeproject.
 

Modified: grokproject/trunk/buildout.cfg
===================================================================
--- grokproject/trunk/buildout.cfg	2008-05-02 18:32:14 UTC (rev 86117)
+++ grokproject/trunk/buildout.cfg	2008-05-02 18:35:22 UTC (rev 86118)
@@ -1,8 +1,13 @@
 [buildout]
 develop = .
-parts = grokproject
+parts = grokproject test
 
 [grokproject]
 recipe = zc.recipe.egg
 eggs = grokproject
        PasteScript
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = grokproject
+defaults = ['--tests-pattern', '^f?tests$$', '-v']



More information about the Checkins mailing list