在Google Go中进行类似于Rails RSpec的测试

huangapple go评论86阅读模式
英文:

Rails RSpec like testing in Google Go

问题

我正在寻找一种面向行为的、听起来像英语的测试工具,用于Go语言。类似于Ruby中的RSpec或JavaScript中的Jasmine。

我在GitHub上找到了go-spec,但它已经损坏了(已经两年没有更新,并且不适用于Go 1)。

英文:

I am looking for behavior oriented, English sounding like testing utility for Go. Something like RSpec in Ruby or Jasmine in JavaScript.

I have found go-spec on GitHub, but its broken (hasn't been updated in 2 years and does NOT work with Go 1.

答案1

得分: 8

我编写了GoConvey,它还附带了一个在浏览器中运行的自动更新的用户界面。

英文:

I authored GoConvey, which includes the added bonus of an auto-updating UI that runs in your browser.

答案2

得分: 7

Ginkgo是一个BDD风格的Golang测试框架:http://onsi.github.io/ginkgo/

英文:

Ginkgo is a BDD-style Golang testing framework: http://onsi.github.io/ginkgo/

huangapple
  • 本文由 发表于 2013年6月1日 14:49:29
  • 转载请务必保留本文链接:https://go.coder-hub.com/16869957.html
匿名

发表评论

匿名网友

:?: :razz: :sad: :evil: :!: :smile: :oops: :grin: :eek: :shock: :???: :cool: :lol: :mad: :twisted: :roll: :wink: :idea: :arrow: :neutral: :cry: :mrgreen:

确定