[Zope3-checkins] SVN: zope.formlib/branches/faassen-zaf/src/zope/formlib/utility.py Make a note about testing situation of this code.
Martijn Faassen
faassen at startifact.com
Wed Dec 30 15:47:46 EST 2009
Log message for revision 107390:
Make a note about testing situation of this code.
Changed:
U zope.formlib/branches/faassen-zaf/src/zope/formlib/utility.py
-=-
Modified: zope.formlib/branches/faassen-zaf/src/zope/formlib/utility.py
===================================================================
--- zope.formlib/branches/faassen-zaf/src/zope/formlib/utility.py 2009-12-30 20:41:20 UTC (rev 107389)
+++ zope.formlib/branches/faassen-zaf/src/zope/formlib/utility.py 2009-12-30 20:47:46 UTC (rev 107390)
@@ -17,6 +17,9 @@
by the rest of the widgets in zope.formlib. We would like to keep it
this way.
+This module is not directly tested: zope.app.form does have tests to
+test this, and the objectwidget implementation tests this indirectly.
+
At some point we would like to rewrite zope.formlib.objectwidget so it
uses the infrastructure provided by zope.formlib itself.
"""
More information about the Zope3-Checkins
mailing list