-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Fred Drake wrote:
On Fri, Apr 16, 2010 at 2:40 PM, Tres Seaver <tseaver@palladion.com> 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.
Good to know, thanks. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 tseaver@palladion.com Palladion Software "Excellence by Design" http://palladion.com -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAkvIyCAACgkQ+gerLs4ltQ5vigCffNKHLdcQdXFQMFmgrxfoELXF 6cEAn0s2V2KiO33nwCA1FNFRaNUnXThp =f0Gm -----END PGP SIGNATURE-----