Commit aa0b42b0 authored by Stefan H. Holek's avatar Stefan H. Holek

warnhook.py is no longer included as we can use the one from ZODB.tests.

parent 59106bb1
...@@ -55,8 +55,6 @@ Module Testing.ZopeTestCase ...@@ -55,8 +55,6 @@ Module Testing.ZopeTestCase
Functional Functional
WarningsHook
Modules Modules
ZopeLite as Zope ZopeLite as Zope
...@@ -173,7 +171,7 @@ Class ZopeTestCase ...@@ -173,7 +171,7 @@ Class ZopeTestCase
Class FunctionalTestCase Class FunctionalTestCase
Base class for functional unit tests Convenience class for functional unit tests
(derived from ZopeTestCase) (derived from ZopeTestCase)
__implements__ = (Functional.__implements__, __implements__ = (Functional.__implements__,
...@@ -300,34 +298,6 @@ Class Functional ...@@ -300,34 +298,6 @@ Class Functional
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 Module utils
Utility functions to extend the test environment Utility functions to extend the test environment
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment