[Checkins] SVN: zope.app.http/trunk/buildout.cfg add coverage scripts

Adam Groszer agroszer at gmail.com
Thu Jan 28 10:38:52 EST 2010


Log message for revision 108608:
  add coverage scripts

Changed:
  U   zope.app.http/trunk/buildout.cfg

-=-
Modified: zope.app.http/trunk/buildout.cfg
===================================================================
--- zope.app.http/trunk/buildout.cfg	2010-01-28 15:31:51 UTC (rev 108607)
+++ zope.app.http/trunk/buildout.cfg	2010-01-28 15:38:52 UTC (rev 108608)
@@ -1,7 +1,18 @@
 [buildout]
 develop = .
-parts = test
+parts = test coverage-test coverage-report
 
 [test]
 recipe = zc.recipe.testrunner
 eggs = zope.app.http [test]
+
+[coverage-test]
+recipe = zc.recipe.testrunner
+eggs = zope.app.http [test]
+defaults = ['--coverage', '../../coverage']
+
+[coverage-report]
+recipe = zc.recipe.egg
+eggs = z3c.coverage
+scripts = coverage=coverage-report
+arguments = ('coverage', 'coverage/report')
\ No newline at end of file



More information about the checkins mailing list