-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Fred Drake wrote: > 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.
Good to know, thanks. Tres. - -- =================================================================== Tres Seaver +1 540-429-0999 [email protected] 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----- _______________________________________________ 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 )
