3 Star 1 Fork 0

Gitee 极速下载/aws-sdk-go

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
此仓库是为了提升国内下载速度的镜像仓库,每日同步一次。 原始仓库: https://github.com/aws/aws-sdk-go
克隆/下载
client.go 786 Bytes
一键复制 编辑 原始数据 按行查看 历史
Jason Del Ponte 提交于 2015-08-25 13:01 . Update integration tests
//Package machinelearning provides gucumber integration tests suppport.
package machinelearning
import (
"github.com/aws/aws-sdk-go/internal/features/shared"
"github.com/aws/aws-sdk-go/service/machinelearning"
. "github.com/lsegal/gucumber"
)
var _ = shared.Imported
func init() {
Before("@machinelearning", func() {
World["client"] = machinelearning.New(nil)
})
When(`^I attempt to call the "(.+?)" API without the "(.+?)" parameter$`, func(s1 string, s2 string) {
// call(s1, nil, true)
T.Skip() // pending
})
When(`^I attempt to call the "(.+?)" API with "(.+?)" parameter$`, func(s1 string, s2 string) {
// call(s1, nil, true)
T.Skip() // pending
})
Then(`^the hostname should equal the "(.+?)" parameter$`, func(s1 string) {
T.Skip() // pending
})
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/mirrors/aws-sdk-go.git
git@gitee.com:mirrors/aws-sdk-go.git
mirrors
aws-sdk-go
aws-sdk-go
v0.9.12

搜索帮助