From 9d02a7cfa097492f94d8383ad5c22a4ac684b95a Mon Sep 17 00:00:00 2001 From: Tim Peters Date: Sun, 26 Sep 2004 01:50:24 +0000 Subject: [PATCH] Add set_unittest_reportflags() to the public API. Docs will follow "soon", after I repair the LaTeX I somehow damaged. --- Lib/doctest.py | 1 + 1 file changed, 1 insertion(+) 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', -- 2.50.1