From: Tim Peters Date: Sun, 26 Sep 2004 01:50:24 +0000 (+0000) Subject: Add set_unittest_reportflags() to the public API. Docs will follow X-Git-Tag: v2.4b1~179 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9d02a7cfa097492f94d8383ad5c22a4ac684b95a;p=python Add set_unittest_reportflags() to the public API. Docs will follow "soon", after I repair the LaTeX I somehow damaged. --- diff --git a/Lib/doctest.py b/Lib/doctest.py index d4119c7b4d..6441054dd1 100644 --- a/Lib/doctest.py +++ b/Lib/doctest.py @@ -85,6 +85,7 @@ __all__ = [ # 8. Unittest Support 'DocTestSuite', 'DocFileSuite', + 'set_unittest_reportflags', # 9. Debugging Support 'script_from_examples', 'testsource',