[Checkins] SVN: z3c.jsonrpcproxy/trunk/buildout.cfg Add an empty test suite for z3c.jsonrpcproxy.

Marius Gedminas marius at pov.lt
Mon Dec 20 19:28:09 EST 2010


Log message for revision 119018:
  Add an empty test suite for z3c.jsonrpcproxy.
  
  This package has no code, only configuration.  It would be nice to have an
  automated test to check that the ZCML works.  Any takers?
  
  

Changed:
  U   z3c.jsonrpcproxy/trunk/buildout.cfg

-=-
Modified: z3c.jsonrpcproxy/trunk/buildout.cfg
===================================================================
--- z3c.jsonrpcproxy/trunk/buildout.cfg	2010-12-21 00:25:38 UTC (rev 119017)
+++ z3c.jsonrpcproxy/trunk/buildout.cfg	2010-12-21 00:28:09 UTC (rev 119018)
@@ -1,3 +1,7 @@
 [buildout]
 develop = .
-parts = 
+parts = test
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = z3c.jsonrpcproxy



More information about the checkins mailing list