[Checkins] SVN: Sandbox/ulif/zope.introspector/src/zope/introspector/tests/ Add testsetup.

Uli Fouquet uli at gnufix.de
Tue Jun 17 17:55:28 EDT 2008


Log message for revision 87480:
  Add testsetup.

Changed:
  A   Sandbox/ulif/zope.introspector/src/zope/introspector/tests/
  A   Sandbox/ulif/zope.introspector/src/zope/introspector/tests/__init__.py
  A   Sandbox/ulif/zope.introspector/src/zope/introspector/tests/test_zopeintrospector.py

-=-
Added: Sandbox/ulif/zope.introspector/src/zope/introspector/tests/__init__.py
===================================================================
--- Sandbox/ulif/zope.introspector/src/zope/introspector/tests/__init__.py	                        (rev 0)
+++ Sandbox/ulif/zope.introspector/src/zope/introspector/tests/__init__.py	2008-06-17 21:55:27 UTC (rev 87480)
@@ -0,0 +1,14 @@
+##############################################################################
+#
+# Copyright (c) 2008 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.
+#
+##############################################################################
+# This is a package

Added: Sandbox/ulif/zope.introspector/src/zope/introspector/tests/test_zopeintrospector.py
===================================================================
--- Sandbox/ulif/zope.introspector/src/zope/introspector/tests/test_zopeintrospector.py	                        (rev 0)
+++ Sandbox/ulif/zope.introspector/src/zope/introspector/tests/test_zopeintrospector.py	2008-06-17 21:55:27 UTC (rev 87480)
@@ -0,0 +1,15 @@
+##############################################################################
+#
+# Copyright (c) 2008 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.
+#
+##############################################################################
+import z3c.testsetup
+test_suite = z3c.testsetup.register_all_tests('zope.introspector')



More information about the Checkins mailing list