小编Ola*_*son的帖子

go和appengine的测试用例

我正在使用Go和appengine,现在我想做一些测试用例.

我尝试使用gos标准测试包,Files(两个"包你好"):

hello/http.go
hello/http_test.go
Run Code Online (Sandbox Code Playgroud)

问题:我无法运行go test hello.我得到的最接近的是go test hello/http_test.go,如果我不打电话http.go,这是有效的,这是毫无意义的.:)

testing tdd google-app-engine go

12
推荐指数
2
解决办法
2146
查看次数

标签 统计

go ×1

google-app-engine ×1

tdd ×1

testing ×1