Add set_unittest_reportflags() to the public API. Docs will follow

"soon", after I repair the LaTeX I somehow damaged.
This commit is contained in:
Tim Peters 2004-09-26 01:50:24 +00:00
parent 261b28aac6
commit 9d02a7cfa0
1 changed files with 1 additions and 0 deletions

View File

@ -85,6 +85,7 @@ __all__ = [
# 8. Unittest Support
'DocTestSuite',
'DocFileSuite',
'set_unittest_reportflags',
# 9. Debugging Support
'script_from_examples',
'testsource',