On Fri, Apr 16, 2010 at 2:40 PM, Tres Seaver <[email protected]> wrote: > :mod:`zope.testing.formparser` > Parses rendered HTML forms back to datastructures. Maybe useful > in tests which consume rendered output. > > No ZTK tests use this module.
I believe this may be used in tests of some of the zope.app.* packages; I don't recall which ones. This predates zope.testbrowser; users should consider migrating to that. > :mod:`zope.testing.loggingsupport` > Enable assertions about how code uses Python's logging module. > > No ZTK tests use this module. > > Tests in :mod:`zc.buildout`, :mod:`zope.app.appsetup`, :mod:`ZODB`, > and :mod:`zc.lockfile` use this module. Many application tests use this module. > :mod:`zope.testing.module` > Support for jamming a dummy module into sys.modules, and getting > it out again in a testcase's tearDown.. > > Tests in :mod:`zope.copy` and :mod:`zope.container` use this module. > > Tests in :mod:`ZODB` also use this module Many application tests use this module. > :mod:`zope.testing.setupstack` > Support for chaining together teardown functions in a stack > > No ZTK tests use this module. > > Tests in :mod:`ZODB` and :mod:`zc.lockfile` use this module. Many application tests use this as well. -Fred -- Fred L. Drake, Jr. <fdrake at gmail.com> "Chaos is the score upon which reality is written." --Henry Miller _______________________________________________ Zope-Dev maillist - [email protected] https://mail.zope.org/mailman/listinfo/zope-dev ** No cross posts or HTML encoding! ** (Related lists - https://mail.zope.org/mailman/listinfo/zope-announce https://mail.zope.org/mailman/listinfo/zope )
