def __init__(self,
stream = sys.stderr,
descriptions = 1,
verbosity = 1):
"""
Constructor method.
stream: Stream on which to write the report, e.g. sys.stderr
(stream object).
descriptions: ?
verbosity: ?
"""
unittest._TextTestResult.__init__(self,stream, descriptions, verbosity)
评论列表
文章目录