]> granicus.if.org Git - python/commitdiff
Add set_unittest_reportflags() to the public API. Docs will follow
authorTim Peters <tim.peters@gmail.com>
Sun, 26 Sep 2004 01:50:24 +0000 (01:50 +0000)
committerTim Peters <tim.peters@gmail.com>
Sun, 26 Sep 2004 01:50:24 +0000 (01:50 +0000)
"soon", after I repair the LaTeX I somehow damaged.

Lib/doctest.py

index d4119c7b4d5a96664a21e23b41ad3fd18789be27..6441054dd16cd5a0a866345a2e5f3fcf43e67ac7 100644 (file)
@@ -85,6 +85,7 @@ __all__ = [
     # 8. Unittest Support
     'DocTestSuite',
     'DocFileSuite',
+    'set_unittest_reportflags',
     # 9. Debugging Support
     'script_from_examples',
     'testsource',