【Go】go test

go test 命令行参数

https://blog.csdn.net/qq_41767116/article/details/124090042

go get -u github.com/vakenbolt/go-test-report/

go test -v -json ./ | go-test-report

go test -v -count=1 -json ./ | go-test-report

go test -v -count=1 -json -run Test_CurrentModeQuery -args TEST_ARG_UAT TEST_ARG_TW

 
posted @ 2022-06-27 14:22  gtea  阅读(81)  评论(0编辑  收藏  举报