[Checkins] SVN: zope.index/trunk/ Prep for coverage testing using nose / coverage.

Tres Seaver tseaver at palladion.com
Wed Jun 10 14:14:19 EDT 2009


Log message for revision 100806:
  Prep for coverage testing using nose / coverage.

Changed:
  _U  zope.index/trunk/
  A   zope.index/trunk/setup.cfg

-=-

Property changes on: zope.index/trunk
___________________________________________________________________
Modified: svn:ignore
   - .installed.cfg
bin
build
develop-eggs
dist
eggs
lib
parts
setup.cfg
coverage

   + .coverage
.installed.cfg
bin
build
develop-eggs
dist
eggs
lib
parts
coverage


Added: zope.index/trunk/setup.cfg
===================================================================
--- zope.index/trunk/setup.cfg	                        (rev 0)
+++ zope.index/trunk/setup.cfg	2009-06-10 18:14:19 UTC (rev 100806)
@@ -0,0 +1,5 @@
+[nosetests]
+nocapture=1
+with-coverage=1
+cover-erase=1
+cover-package=zope.index



More information about the Checkins mailing list