[Checkins] SVN: zope.testrunner/trunk/src/zope/testrunner/exceptions.py Moving exceptions.py to zope.testrunner

Lennart Regebro regebro at gmail.com
Fri Apr 30 12:44:55 EDT 2010


Log message for revision 111645:
  Moving exceptions.py to zope.testrunner

Changed:
  A   zope.testrunner/trunk/src/zope/testrunner/exceptions.py

-=-
Copied: zope.testrunner/trunk/src/zope/testrunner/exceptions.py (from rev 111642, zope.testing/trunk/src/zope/testing/exceptions.py)
===================================================================
--- zope.testrunner/trunk/src/zope/testrunner/exceptions.py	                        (rev 0)
+++ zope.testrunner/trunk/src/zope/testrunner/exceptions.py	2010-04-30 16:44:55 UTC (rev 111645)
@@ -0,0 +1,20 @@
+##############################################################################
+#
+# Copyright (c) 2004 Zope Foundation and Contributors.
+# All Rights Reserved.
+#
+# This software is subject to the provisions of the Zope Public License,
+# Version 2.1 (ZPL).  A copy of the ZPL should accompany this distribution.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY AND ALL EXPRESS OR IMPLIED
+# WARRANTIES ARE DISCLAIMED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
+# WARRANTIES OF TITLE, MERCHANTABILITY, AGAINST INFRINGEMENT, AND FITNESS
+# FOR A PARTICULAR PURPOSE.
+#
+##############################################################################
+"""Exceptions for zope.testing
+
+$Id$
+"""
+
+class DocTestFailureException(AssertionError):
+    """Use custom exception for doctest unit test failures"""



More information about the checkins mailing list