[Zope3-checkins]
SVN: zope.testing/branches/benji-add-footnote-interpretation-to-doctest/src/zope/testing/doctest.py
add some TODO items (suggested by Tim, PJE,
Jim) so I don't forget them
Benji York
benji at zope.com
Tue Jul 11 09:23:55 EDT 2006
Log message for revision 69091:
add some TODO items (suggested by Tim, PJE, Jim) so I don't forget them
Changed:
U zope.testing/branches/benji-add-footnote-interpretation-to-doctest/src/zope/testing/doctest.py
-=-
Modified: zope.testing/branches/benji-add-footnote-interpretation-to-doctest/src/zope/testing/doctest.py
===================================================================
--- zope.testing/branches/benji-add-footnote-interpretation-to-doctest/src/zope/testing/doctest.py 2006-07-11 07:41:13 UTC (rev 69090)
+++ zope.testing/branches/benji-add-footnote-interpretation-to-doctest/src/zope/testing/doctest.py 2006-07-11 13:23:54 UTC (rev 69091)
@@ -3024,3 +3024,8 @@
if __name__ == "__main__":
_test()
+
+# TODO:
+# - make tracebacks show where the footnote was referenced
+# - teach script_from_examples and testsource about INTERPRET_FOOTNOTES
+# - update comments (including docstring for testfile)
More information about the Zope3-Checkins
mailing list