zope - What are the differences among PloneTestCase, plone.testing and plone.app.testing packages? -
what differences among plonetestcase, plone.testing , plone.app.testing packages?
by way, plonetestcase not recommended testing new plone 4 products?
plonetestcase older product. it's still used many packages, more cumbersome, more error prone, , less documented plone.testing , plone.app.testing.
plone.testing , plone.app.testing complementary. former implements low-level primitives not dependent on plone-the-cms managing test layers , testing zope applications. latter provides glue set plone site in integration test.
if read plone.app.testing docs, should need.
Comments
Post a Comment