[Zope-dev] Security Testing

Chris Withers chrisw@nipltd.com
Mon, 14 Oct 2002 15:49:54 +0100


Hi,

I'd like to build a suite of security tests for a product I'm writing using 
unittest.py.

Is this possible?

I thought about using newSecurityManager with various known users, and 
restrictedTraverse to get to the appropriate methods, but then how do I test if 
those methods are callable?

cheers,

Chris

PS: How is all this being tackled in Zope 3?