[Zope-CMF] Re: CachingPolicyManager improvements
Jens Vagelpohl
jens at dataflake.org
Sat Sep 3 03:47:34 EDT 2005
On 2 Sep 2005, at 23:49, Geoff Davis wrote:
> On Fri, 02 Sep 2005 23:08:37 +0100, Jens Vagelpohl wrote:
>
>> IMHO there is at least one problematic item (well, it's not for the
>> trunk, but for the 1.5/1.4 branches), which is the dependency on
>> ZopeTestCase. The way the code works right now you immediately
>> prevent any tests from running on platforms that do not have
>> ZopeTestCase installed - it blows up the testrunner. That needs to
>> degrade a bit more gracefully in the absence of ZopeTestCase.
>>
>
> So you would be OK if the tests just failed if ZopeTestCase were not
> installed?
IMHO they should not fail, they just should not be run. People with a
"normal" CMF 1.5-based setup and without ZopeTestCase should not see
failing tests because another third-party package is not installed.
That's confusing.
jens
More information about the Zope-CMF
mailing list