[Zope3-checkins] SVN: zope.testing/trunk/README.txt Added README.txt, needed for eggification.

Paul Winkler pw_lists at slinkp.com
Mon Feb 27 18:59:06 EST 2006


Log message for revision 65550:
  Added README.txt, needed for eggification.
  

Changed:
  A   zope.testing/trunk/README.txt

-=-
Added: zope.testing/trunk/README.txt
===================================================================
--- zope.testing/trunk/README.txt	2006-02-27 23:55:33 UTC (rev 65549)
+++ zope.testing/trunk/README.txt	2006-02-27 23:59:06 UTC (rev 65550)
@@ -0,0 +1,64 @@
+========================================
+zope.testing package
+========================================
+
+This package provides a flexible testing framework.  It includes a
+flexible test runner, and supports both doctest and unittest.
+
+Additional Zope-specific testing features are in the zope.app.testing
+package.
+
+
+cleanup.py
+-----------
+
+Provides a mixin class for cleaning up after tests that
+make global changes.
+
+doctest.py
+-----------
+
+Enhanced version of python's standard doctest.py.
+Better test count (one per block instead of one per docstring).
+
+formparser.py
+--------------
+
+An HTML parser that extracts form information.
+
+This is intended to support functional tests that need to extract
+information from HTML forms returned by the publisher.
+
+See *formparser.txt* for documentation.
+
+loggingsupport.py
+-----------------------
+
+Support for testing logging code
+
+If you want to test that your code generates proper log output, you
+can create and install a handler that collects output.
+
+
+loghandler.py
+-------------
+
+Logging handler for tests that check logging output.
+
+
+renormalizing.py
+-----------------
+
+Regular expression pattern normalizing output checker.
+Useful for doctests.
+
+
+testrunner.py
+--------------
+
+The test runner. For overview of usage, see testrunner.txt.
+
+tests.py
+---------
+
+Test script for the testing package. Invokes testrunner.


Property changes on: zope.testing/trunk/README.txt
___________________________________________________________________
Name: svn:keywords
   + "Author Date Revision"



More information about the Zope3-Checkins mailing list