[Zope-Checkins]
SVN: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/
Merged r70060:70062 from 2.9 branch.
Stefan H. Holek
stefan at epy.co.at
Fri Sep 8 10:40:49 EDT 2006
Log message for revision 70063:
Merged r70060:70062 from 2.9 branch.
Add copyright headers and bump version.
Changed:
U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/doc/VERSION.txt
UU Zope/branches/2.10/lib/python/Testing/ZopeTestCase/tests.py
UU Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/layerextraction.txt
A Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/testLayerExtraction.py
_U Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/test_layerextraction.py
UU Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/tests.py
-=-
Modified: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/doc/VERSION.txt
===================================================================
--- Zope/branches/2.10/lib/python/Testing/ZopeTestCase/doc/VERSION.txt 2006-09-08 14:38:22 UTC (rev 70062)
+++ Zope/branches/2.10/lib/python/Testing/ZopeTestCase/doc/VERSION.txt 2006-09-08 14:40:48 UTC (rev 70063)
@@ -1 +1 @@
-ZopeTestCase 0.9.8
+ZopeTestCase 0.9.9
Modified: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/tests.py
===================================================================
--- Zope/branches/2.10/lib/python/Testing/ZopeTestCase/tests.py 2006-09-08 14:38:22 UTC (rev 70062)
+++ Zope/branches/2.10/lib/python/Testing/ZopeTestCase/tests.py 2006-09-08 14:40:48 UTC (rev 70063)
@@ -1,5 +1,20 @@
-"""Test runner that works with zope.testing.testrunner"""
+##############################################################################
+#
+# Copyright (c) 2006 Zope Corporation 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.
+#
+##############################################################################
+"""Test runner that works with zope.testing.testrunner
+$Id$
+"""
+
import unittest
import os
import Testing.ZopeTestCase
Property changes on: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/tests.py
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/layerextraction.txt
===================================================================
--- Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/layerextraction.txt 2006-09-08 14:38:22 UTC (rev 70062)
+++ Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/layerextraction.txt 2006-09-08 14:40:48 UTC (rev 70063)
@@ -3,3 +3,4 @@
>>> getattr(self.app, 'LAYER_EXTRACTED', False)
True
+
Property changes on: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/layerextraction.txt
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Copied: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/testLayerExtraction.py (from rev 70061, Zope/branches/2.9/lib/python/Testing/ZopeTestCase/zopedoctest/testLayerExtraction.py)
Property changes on: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/test_layerextraction.py
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
Modified: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/tests.py
===================================================================
--- Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/tests.py 2006-09-08 14:38:22 UTC (rev 70062)
+++ Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/tests.py 2006-09-08 14:40:48 UTC (rev 70063)
@@ -1,5 +1,20 @@
-"""Test runner that works with zope.testing.testrunner"""
+##############################################################################
+#
+# Copyright (c) 2006 Zope Corporation 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.
+#
+##############################################################################
+"""Test runner that works with zope.testing.testrunner
+$Id$
+"""
+
import unittest
import os
import Testing.ZopeTestCase.zopedoctest
Property changes on: Zope/branches/2.10/lib/python/Testing/ZopeTestCase/zopedoctest/tests.py
___________________________________________________________________
Name: svn:keywords
+ Id
Name: svn:eol-style
+ native
More information about the Zope-Checkins
mailing list