1 个不稳定版本
0.1.1 | 2023年7月11日 |
---|---|
0.1.0 |
|
#69 in #go
4KB
78 行
gotest
用Rust和Bash编写的Go测试工具包装器
用法
无参数
这将测试目录中的所有文件,并给出总的覆盖率百分比
gotest
指定目录名
这将测试指定目录中的所有文件
gotest <dir-name>
标志
-h --html To create html output
-o To open the html output (to be used with -h)
-ho Combines both of the above flags