开始时间: 2020-02-17 12:13:52
运行时长: 0:00:00.000899
状态: 通过 1 失败 1 错误 1
测试描述
| 测试套件/测试用例 | 总数 | 通过 | 失败 | 错误 | 查看 |
| TestReportz | 3 | 1 | 1 | 1 | 详情 |
test_error |
错误
ft1.1: ERROR:root:error
Traceback (most recent call last):
File "/Users/apple/Documents/Projects/Self/Pythonz/reportz/tests/test_reportz.py", line 18, in test_error
open('abc.txt')
FileNotFoundError: [Errno 2] No such file or directory: 'abc.txt'
|
||||
test_fail |
失败
ft1.2: Traceback (most recent call last):
File "/Users/apple/Documents/Projects/Self/Pythonz/reportz/tests/test_reportz.py", line 14, in test_fail
assert 0
AssertionError
|
||||
test_success |
通过
pt1.3: success
|
||||
| 总计 | 3 | 1 | 1 | 1 | |