[Zope3-checkins] SVN: Zope3/trunk/src/zope/app/tests/test.py It
appears that Jim beat me to it -- ftesting.zcml wouldn't be parsed
Gintautas Miliauskas
gintas at pov.lt
Wed Jun 16 10:58:34 EDT 2004
Log message for revision 25420:
It appears that Jim beat me to it -- ftesting.zcml wouldn't be parsed
when no tests are to be run. Well, no point in doing the check twice.
-=-
Modified: Zope3/trunk/src/zope/app/tests/test.py
===================================================================
--- Zope3/trunk/src/zope/app/tests/test.py 2004-06-16 12:26:45 UTC (rev 25419)
+++ Zope3/trunk/src/zope/app/tests/test.py 2004-06-16 14:58:33 UTC (rev 25420)
@@ -759,7 +759,7 @@
files.sort()
# Make sure functional tests find ftesting.zcml
- if files and functional:
+ if functional:
config_file = FTESTING
if not pathinit.inplace:
# We chdired into build, so ftesting.zcml is in the
More information about the Zope3-Checkins
mailing list