文件名称:银杏实验
文件大小:12KB
文件格式:ZIP
更新时间:2024-03-01 08:19:20
Go
银杏实验 例 使用一个节点运行eventually实验, GINKGO_CMD= " ginkgo -v --nodes=1 eventually " make 使用两个节点运行teamcity实验,同时启用teamcity和junit银杏报道分子。 GINKGO_REPORTERS= " junit,teamcity " GINKGO_CMD= " ginkgo -v --nodes=2 teamcity " make
【文件预览】:
ginkgo-experiments-master
----.gitignore(11B)
----go.mod(133B)
----Dockerfile(190B)
----exec()
--------suite_test.go(188B)
--------exec_test.go(2KB)
----Makefile(281B)
----skip()
--------suite_test.go(182B)
--------normal_test.go(430B)
----log()
--------suite_test.go(541B)
--------normal_test.go(2KB)
----teamcity()
--------suite_test.go(1KB)
--------normal_test.go(740B)
----go.sum(6KB)
----util()
--------util.go(376B)
----README.md(371B)
----eventually()
--------suite_test.go(188B)
--------pointer_test.go(346B)
--------example_test.go(647B)