[Checkins] SVN: zope.app.form/branches/faassen-zaf/src/zope/app/form/browser/tests/test_widgetdocs.py Port over the last of the tests.

Martijn Faassen faassen at startifact.com
Sat Jan 2 13:47:35 EST 2010


Log message for revision 107569:
  Port over the last of the tests.
  

Changed:
  D   zope.app.form/branches/faassen-zaf/src/zope/app/form/browser/tests/test_widgetdocs.py

-=-
Deleted: zope.app.form/branches/faassen-zaf/src/zope/app/form/browser/tests/test_widgetdocs.py
===================================================================
--- zope.app.form/branches/faassen-zaf/src/zope/app/form/browser/tests/test_widgetdocs.py	2010-01-02 18:47:23 UTC (rev 107568)
+++ zope.app.form/branches/faassen-zaf/src/zope/app/form/browser/tests/test_widgetdocs.py	2010-01-02 18:47:35 UTC (rev 107569)
@@ -1,27 +0,0 @@
-##############################################################################
-#
-# Copyright (c) 2001, 2002 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.
-#
-##############################################################################
-"""Generic Text Widgets tests
-
-$Id$
-"""
-import unittest
-from doctest import DocTestSuite
-
-def test_suite():
-    suite = unittest.TestSuite()
-    suite.addTest(DocTestSuite("zope.app.form.browser.textwidgets"))
-    return suite
-
-if __name__ == '__main__':
-    unittest.main(defaultTest='test_suite')



More information about the checkins mailing list