文件名称:gotest:去测试颜色
文件大小:6KB
文件格式:ZIP
更新时间:2024-05-17 19:53:59
Go
gotest 像go test但有颜色。 安装 对Linux 64位使用预构建的二进制文件: $ curl https://gotest-release.s3.amazonaws.com/gotest_linux > gotest && chmod +x gotest 或者: $ go get -u github.com/rakyll/gotest 用法 接受所有参数和标志go test 。 例子: $ gotest -v github.com/jonasbn/go-test-demo gotest有很多颜色! 通过设置以下env变量来配置输出的颜色: $ GOTEST_PALETTE="magenta,white" 对于失败的案例,输出将为品红色,对于成功的案例将为白色。 可用颜色:黑色,黑色,红色,绿色,绿色,黄色,蓝色,蓝色,洋红色,洋红色,himagenta,青色,h
【文件预览】:
gotest-master
----.circleci()
--------config.yml(388B)
----.gitignore(5B)
----main.go(3KB)
----README.md(980B)
----LICENSE(1KB)
----go.mod(80B)
----CONTRIBUTING.md(969B)
----example()
--------example_test.go(492B)
----go.sum(916B)
----Makefile(61B)