richgo:通过文本修饰丰富“ go test”输出

时间:2024-02-24 08:14:39
【文件属性】:

文件名称:richgo:通过文本修饰丰富“ go test”输出

文件大小:40KB

文件格式:ZIP

更新时间:2024-02-24 08:14:39

go golang test golang-wrapper cli-app

里戈 Rich-Go将通过文本修饰丰富go test输出 安装 (去弄): go get -u github.com/kyoh86/richgo (自制): brew tap kyoh86/tap brew install richgo (asdf): asdf plugin add richgo asdf install richgo 0.3.6 用法 基本的 richgo test ./... 在现有管道中 如果您的构建脚本期待与标准输出格式交互go test (例如,如果你使用),你需要使用testfilter的子richgo 。 例如: go test ./... | tee >( richgo testfilter ) | go-junit-report 这会将标准go test运行的输出“发送”到richgo testfilter进程中,并将原始输出传递给go-junit-report 。 请注意,由于“ go test”工具可能会学习如何生成标准输出格式 ,因此该建议可能会有所更改,该工具和其他工具都可以依赖此格式。 别名 您可以定义别名,以便go test


【文件预览】:
richgo-master
----.goreleaser.yml(892B)
----.gitignore(270B)
----go.mod(660B)
----sample()
--------out_colored.txt(2KB)
--------sample_ng_test.go(217B)
--------sample_ok_test.go(238B)
--------sample_skip_test.go(236B)
--------coverall()
--------nocover()
--------notest()
--------emptytest()
--------run.sh(398B)
--------cover05()
--------sample_timeout_test.go(268B)
--------out_raw.txt(2KB)
--------buildfail()
----richgo.json(10KB)
----Makefile(421B)
----editor()
--------parrot_test.go(258B)
--------editor.go(1KB)
--------tty_test.go(217B)
--------parrot.go(217B)
--------editor_test.go(1KB)
--------tty.go(554B)
--------regexp_flow_test.go(556B)
--------regexp_flow.go(408B)
--------test()
----CODE_OF_CONDUCT.md(3KB)
----LICENSE(1KB)
----go.sum(3KB)
----.github()
--------workflows()
----main.go(2KB)
----README.md(8KB)
----config()
--------color.go(6KB)
--------load.go(2KB)
--------color_test.go(6KB)
--------label_type.go(1017B)
--------default.go(1KB)
--------concat.go(4KB)
--------style_test.go(575B)
--------load_test.go(3KB)
--------concat_test.go(4KB)
--------color_name.go(1KB)
--------style.go(3KB)
--------label_type_test.go(626B)
--------color_type.go(477B)
--------config.go(1KB)
----.golangci.yml(53B)

网友评论