tap_report_parser:TAP报告解析器

时间:2024-05-29 03:29:55
【文件属性】:

文件名称:tap_report_parser:TAP报告解析器

文件大小:15KB

文件格式:ZIP

更新时间:2024-05-29 03:29:55

ruby testing rubygems reporting-tool Ruby

TapReportParser 此gem根据列出的规范来解析TAP报告。 每个测试都有六个属性: number , description , status , directive , diagnostic和passing 。 该number是测试编号。 如果不存在该number ,则解析器将维护其自己的计数。 description是描述测试的文字。 如果description不存在,则其值为空字符串。 status由以下四个值之一表示: success (测试通过时), failure (测试失败时), skipped (当测试被标记为跳过而与成功或失败无关)和ignore (当测试标记为不论成功与否,都可以做到)。 该directive被跳过或被执行。 diagnostic是YAML块或文本。 如果是YAML,则其值为ruby Hash,否则为string。 如果diag


【文件预览】:
tap_report_parser-master
----.gitignore(113B)
----README.md(5KB)
----tap_report_parser.gemspec(2KB)
----Gemfile(172B)
----.rspec(53B)
----CODE_OF_CONDUCT.md(3KB)
----spec()
--------tap_samples()
--------tap_report_parser_spec.rb(11KB)
--------spec_helper.rb(373B)
----LICENSE.txt(1KB)
----.travis.yml(88B)
----lib()
--------tap_report_parser()
--------tap_report_parser.rb(3KB)
----Rakefile(117B)

网友评论