On 06/06/13 16:24, Guido Stevens wrote:
What I usually do in that case is extract the actual method to a "private" underscore method without caching, but keep the memoizer on the "public" method that only calls the private method. And then unittest the private method, while calling the public method in production code. Ugly but effective.
HV> I thinks this is the best approach; thanks...
smime.p7s
Description: S/MIME Cryptographic Signature
_______________________________________________ Product-Developers mailing list [email protected] https://lists.plone.org/mailman/listinfo/plone-product-developers
