mirror of https://github.com/python/cpython
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:
parent
261b28aac6
commit
9d02a7cfa0
|
@ -85,6 +85,7 @@ __all__ = [
|
|||
# 8. Unittest Support
|
||||
'DocTestSuite',
|
||||
'DocFileSuite',
|
||||
'set_unittest_reportflags',
|
||||
# 9. Debugging Support
|
||||
'script_from_examples',
|
||||
'testsource',
|
||||
|
|
Loading…
Reference in New Issue