测试结果汇总
图表展示
详细信息
编号 | 测试类 | 测试方法 | 用例描述 | 执行时间 | 执行结果 | 详细信息 |
---|---|---|---|---|---|---|
1 | TestClass | test_case_01 | None | 6.0s | 失败 | |
test_case_01 (tests.test_case.TestClass)执行——>【失败Failure】 ================test_case_01 (tests.test_case.TestClass)重运行第1次================ Traceback (most recent call last): File "C:\python37\lib\unittest\case.py", line 59, in testPartExecutor yield File "C:\python37\lib\unittest\case.py", line 615, in run testMethod() File "C:\project\MSUnitTestReport\UnitTestReport\tests\test_case.py", line 23, in test_case_01 assert a == b AssertionError test_case_01 (tests.test_case.TestClass)执行——>【失败Failure】 ================test_case_01 (tests.test_case.TestClass)重运行第2次================ Traceback (most recent call last): File "C:\python37\lib\unittest\case.py", line 59, in testPartExecutor yield File "C:\python37\lib\unittest\case.py", line 615, in run testMethod() File "C:\project\MSUnitTestReport\UnitTestReport\tests\test_case.py", line 23, in test_case_01 assert a == b AssertionError test_case_01 (tests.test_case.TestClass)执行——>【失败Failure】 ================test_case_01 (tests.test_case.TestClass)重运行第3次================ Traceback (most recent call last): File "C:\python37\lib\unittest\case.py", line 59, in testPartExecutor yield File "C:\python37\lib\unittest\case.py", line 615, in run testMethod() File "C:\project\MSUnitTestReport\UnitTestReport\tests\test_case.py", line 23, in test_case_01 assert a == b AssertionError ================重运行3次完毕================ test_case_01 (tests.test_case.TestClass)执行——>【失败】 Traceback (most recent call last): File "C:\python37\lib\unittest\case.py", line 59, in testPartExecutor yield File "C:\python37\lib\unittest\case.py", line 615, in run testMethod() File "C:\project\MSUnitTestReport\UnitTestReport\tests\test_case.py", line 23, in test_case_01 assert a == b AssertionError |
||||||
2 | TestClass | test_case_02 | None | 0.0s | 成功 | |
test_case_02 (tests.test_case.TestClass)执行——>【通过】 |
||||||
3 | TestClass | test_case_03 | None | 6.01s | 失败 | |
test_case_03 (tests.test_case.TestClass)执行——>【失败Failure】 ================test_case_03 (tests.test_case.TestClass)重运行第1次================ Traceback (most recent call last): File "C:\python37\lib\unittest\case.py", line 59, in testPartExecutor yield File "C:\python37\lib\unittest\case.py", line 615, in run testMethod() File "C:\project\MSUnitTestReport\UnitTestReport\tests\test_case.py", line 33, in test_case_03 assert a == b AssertionError test_case_03 (tests.test_case.TestClass)执行——>【失败Failure】 ================test_case_03 (tests.test_case.TestClass)重运行第2次================ Traceback (most recent call last): File "C:\python37\lib\unittest\case.py", line 59, in testPartExecutor yield File "C:\python37\lib\unittest\case.py", line 615, in run testMethod() File "C:\project\MSUnitTestReport\UnitTestReport\tests\test_case.py", line 33, in test_case_03 assert a == b AssertionError test_case_03 (tests.test_case.TestClass)执行——>【失败Failure】 ================test_case_03 (tests.test_case.TestClass)重运行第3次================ Traceback (most recent call last): File "C:\python37\lib\unittest\case.py", line 59, in testPartExecutor yield File "C:\python37\lib\unittest\case.py", line 615, in run testMethod() File "C:\project\MSUnitTestReport\UnitTestReport\tests\test_case.py", line 33, in test_case_03 assert a == b AssertionError ================重运行3次完毕================ test_case_03 (tests.test_case.TestClass)执行——>【失败】 Traceback (most recent call last): File "C:\python37\lib\unittest\case.py", line 59, in testPartExecutor yield File "C:\python37\lib\unittest\case.py", line 615, in run testMethod() File "C:\project\MSUnitTestReport\UnitTestReport\tests\test_case.py", line 33, in test_case_03 assert a == b AssertionError |