[Checkins] SVN: Sandbox/cklinger/megrok.z3cform.ui/trunk/src/megrok/z3cform/ui/tests/test_ui.py delete the test_ui because this is only a helper for including some packages and configures them in the right way

Christian Klinger cklinger at novareto.de
Thu Oct 22 05:30:08 EDT 2009


Log message for revision 105207:
  delete the test_ui because this is only a helper for including some packages and configures them in the right way

Changed:
  D   Sandbox/cklinger/megrok.z3cform.ui/trunk/src/megrok/z3cform/ui/tests/test_ui.py

-=-
Deleted: Sandbox/cklinger/megrok.z3cform.ui/trunk/src/megrok/z3cform/ui/tests/test_ui.py
===================================================================
--- Sandbox/cklinger/megrok.z3cform.ui/trunk/src/megrok/z3cform/ui/tests/test_ui.py	2009-10-22 09:24:38 UTC (rev 105206)
+++ Sandbox/cklinger/megrok.z3cform.ui/trunk/src/megrok/z3cform/ui/tests/test_ui.py	2009-10-22 09:30:07 UTC (rev 105207)
@@ -1,19 +0,0 @@
-"""
-  >>> from zope.interface import Interface
-  >>> from zope.component import getMultiAdapter
-  >>> from zope.publisher.browser import TestRequest
-  >>> from z3c.template.interfaces import IPageTemplate
-
-  >>> request = TestRequest()
-  >>> pt = getMultiAdapter((Interface, request), Interface, name=u"display")
-  3
-"""
-
-def test_suite():
-    from zope.testing import doctest
-    from megrok.z3cform.ui.tests import FunctionalLayer
-    suite = doctest.DocTestSuite(
-          optionflags=doctest.NORMALIZE_WHITESPACE|doctest.ELLIPSIS)
-    suite.layer = FunctionalLayer
-    return suite
-



More information about the checkins mailing list