[关闭]
@songying 2018-07-18T19:41:03.000000Z 字数 259 阅读 1144

unittest.TestResult

unittest


  1. class unittest.TestResult

This class is used to compile information about which tests have succeeded and which have failed.

一个 TestResult 对象存储了一组test的结果。

属性

errors

failures

skipped

expectedFailures

unexpectedSuccess

shouldStop

testsRun

buffer

failfast

tb_locals

方法

添加新批注
在作者公开此批注前,只有你和作者可见。
回复批注