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

Marius Gedminas marius at pov.lt
Mon Dec 20 19:25:38 EST 2010


Log message for revision 119017:
  Add an empty test suite for z3c.xmlhttp.
  
  There's no code in this package, just configuration.  It would be nice to have
  an automated test to verify that the ZCML actually works, though.  Any takers?
  
  

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

-=-
Modified: z3c.xmlhttp/trunk/buildout.cfg
===================================================================
--- z3c.xmlhttp/trunk/buildout.cfg	2010-12-21 00:12:43 UTC (rev 119016)
+++ z3c.xmlhttp/trunk/buildout.cfg	2010-12-21 00:25:38 UTC (rev 119017)
@@ -1,3 +1,7 @@
 [buildout]
 develop = .
-parts = 
\ No newline at end of file
+parts = test
+
+[test]
+recipe = zc.recipe.testrunner
+eggs = z3c.xmlhttp



More information about the checkins mailing list