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

View file

@ -85,6 +85,7 @@ def _test():
# 8. Unittest Support
'DocTestSuite',
'DocFileSuite',
'set_unittest_reportflags',
# 9. Debugging Support
'script_from_examples',
'testsource',