[Checkins] SVN: zope.introspector/branches/zi-with-ui/src/zope/introspector/ui/tests/test_all.py Remove unnecessary test setup.

Uli Fouquet uli at gnufix.de
Tue Jul 29 08:53:38 EDT 2008


Log message for revision 88959:
  Remove unnecessary test setup.

Changed:
  D   zope.introspector/branches/zi-with-ui/src/zope/introspector/ui/tests/test_all.py

-=-
Deleted: zope.introspector/branches/zi-with-ui/src/zope/introspector/ui/tests/test_all.py
===================================================================
--- zope.introspector/branches/zi-with-ui/src/zope/introspector/ui/tests/test_all.py	2008-07-29 12:47:45 UTC (rev 88958)
+++ zope.introspector/branches/zi-with-ui/src/zope/introspector/ui/tests/test_all.py	2008-07-29 12:53:34 UTC (rev 88959)
@@ -1,25 +0,0 @@
-##############################################################################
-#
-# 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.
-#
-##############################################################################
-"""
-Test setup for grok.admin.introspector.
-"""
-import z3c.testsetup
-import doctest
-
-# This we say: include all testfiles in or below the
-# package in the tests.
-#
-test_suite = z3c.testsetup.TestCollector('zope.introspectorui',
-                                         optionflags=doctest.ELLIPSIS+
-                                                     doctest.NORMALIZE_WHITESPACE)
\ No newline at end of file



More information about the Checkins mailing list