diff options
author | Tim Peters <tim.peters@gmail.com> | 2004-09-26 01:50:24 (GMT) |
---|---|---|
committer | Tim Peters <tim.peters@gmail.com> | 2004-09-26 01:50:24 (GMT) |
commit | 9d02a7cfa097492f94d8383ad5c22a4ac684b95a (patch) | |
tree | 4a408292ff52c0eae7539cb3dbf512a228c34b80 /Lib/doctest.py | |
parent | 261b28aac65313463b315e4570798bfea100848f (diff) | |
download | cpython-9d02a7cfa097492f94d8383ad5c22a4ac684b95a.zip cpython-9d02a7cfa097492f94d8383ad5c22a4ac684b95a.tar.gz cpython-9d02a7cfa097492f94d8383ad5c22a4ac684b95a.tar.bz2 |
Add set_unittest_reportflags() to the public API. Docs will follow
"soon", after I repair the LaTeX I somehow damaged.
Diffstat (limited to 'Lib/doctest.py')
-rw-r--r-- | Lib/doctest.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/doctest.py b/Lib/doctest.py index d4119c7..6441054 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', |