[Zope-Checkins]
SVN: Zope/branches/five-integration/lib/python/Testing/ZopeTestCase/doc/API.stx
warnhook.py is no longer included as we can use the one from
ZODB.tests.
Stefan H. Holek
stefan at epy.co.at
Thu Mar 24 04:02:28 EST 2005
Log message for revision 29663:
warnhook.py is no longer included as we can use the one from ZODB.tests.
Changed:
U Zope/branches/five-integration/lib/python/Testing/ZopeTestCase/doc/API.stx
-=-
Modified: Zope/branches/five-integration/lib/python/Testing/ZopeTestCase/doc/API.stx
===================================================================
--- Zope/branches/five-integration/lib/python/Testing/ZopeTestCase/doc/API.stx 2005-03-24 08:14:01 UTC (rev 29662)
+++ Zope/branches/five-integration/lib/python/Testing/ZopeTestCase/doc/API.stx 2005-03-24 09:02:28 UTC (rev 29663)
@@ -55,8 +55,6 @@
Functional
- WarningsHook
-
Modules
ZopeLite as Zope
@@ -173,7 +171,7 @@
Class FunctionalTestCase
- Base class for functional unit tests
+ Convenience class for functional unit tests
(derived from ZopeTestCase)
__implements__ = (Functional.__implements__,
@@ -300,34 +298,6 @@
-Module warnhook
-
- Support for capturing Python warning messages
-
- Classes
-
- WarningsHook
-
-
-
-Class WarningsHook
-
- Facility to capture warnings generated by Python
-
- Attributes
-
- warnings
-
- Methods
-
- install()
-
- uninstall()
-
- clear()
-
-
-
Module utils
Utility functions to extend the test environment
More information about the Zope-Checkins
mailing list