Default Project测试报告

概 述
执行总数:10
开始时间:2021-01-24 19:14:41    结束时间:2021-01-24 19:14:57    执行耗时:00时00分16秒
执行结果 数量 百分比(%)
通过 8 80.0
失败 1 10.0
阻塞 1 10.0
超时 0 0.0
未执行 0 0.0

详 情
模块 标题 优先级 开始时间 结束时间 测试结果 详情
Default Module Default Title P0 19:14:41 19:14:41 成功
Default Module Default Title P0 19:14:41 19:14:41 成功
Default Module Default Title P0 19:14:41 19:14:41 成功
Default Module Default Title P0 19:14:41 19:14:46 成功
Default Module Default Title P0 19:14:46 19:14:51 成功
Default Module Default Title P0 19:14:51 19:14:51 成功
Default Module Default Title P0 19:14:51 19:14:51 成功
TestCase009模块 TestCase009标题 P0 19:14:51 19:14:52 成功
TestCase010模块 TestCase010标题 P0 19:14:52 19:14:54 失败 Traceback (most recent call last): File "E:\Software Testing\Software Development\Python\PycharmProjects\testauto\testauto\runner.py", line 111, in _run_test_case raise thread.exception File "E:\Software Testing\Software Development\Python\PycharmProjects\testauto\testauto\runner.py", line 39, in run self.test_case.test_case() File "E:\Software Testing\Software Development\Python\PycharmProjects\testauto\testauto_test\test_case.py", line 89, in test_case assert False AssertionError
TestCase011模块 TestCase011标题 P0 19:14:54 19:14:57 阻塞 Traceback (most recent call last): File "E:\Software Testing\Software Development\Python\PycharmProjects\testauto\testauto\runner.py", line 111, in _run_test_case raise thread.exception File "E:\Software Testing\Software Development\Python\PycharmProjects\testauto\testauto\runner.py", line 39, in run self.test_case.test_case() File "E:\Software Testing\Software Development\Python\PycharmProjects\testauto\testauto_test\test_case.py", line 98, in test_case raise RuntimeError('我是TestCase011,这是我抛的异常!') RuntimeError: 我是TestCase011,这是我抛的异常!