[Checkins] SVN: zope.configuration/branches/tseaver-test_cleanup/setup.cfg Skip non-importable modules during nose instrospection.

Tres Seaver cvs-admin at zope.org
Tue May 8 01:16:56 UTC 2012


Log message for revision 125697:
  Skip non-importable modules during nose instrospection.

Changed:
  U   zope.configuration/branches/tseaver-test_cleanup/setup.cfg

-=-
Modified: zope.configuration/branches/tseaver-test_cleanup/setup.cfg
===================================================================
--- zope.configuration/branches/tseaver-test_cleanup/setup.cfg	2012-05-08 01:16:46 UTC (rev 125696)
+++ zope.configuration/branches/tseaver-test_cleanup/setup.cfg	2012-05-08 01:16:53 UTC (rev 125697)
@@ -4,6 +4,7 @@
 cover-erase=1
 with-doctest=0
 where=src
+ignore-files=(bad|victim).py
 
 [aliases]
 dev = develop easy_install zope.configuration[testing]



More information about the checkins mailing list