You are not logged in Log in Join
You are here: Home » Members » Jfarr's Zope Page » Products » ZUnitTest

Log in
Name

Password

 

ZUnitTest

The ZUnitTest module is an extension to the standard pyUnit unit testing framework specifically for Zope. Test cases derived from the ZUnitTest base class have access to their containers when called as an external method, and hence all of the rest of the ZODB through acquisition. This means they also get a real, live request object -- although this is wrapped by the base class to give it some special properties for testing. I have found writing unit tests for Zope products and applications both easy and reliable using ZUnitTest. I hope you find it helpful too. :)

The link address is: http://www.sourceforge.net/projects/zunittest