west:用 Go 编写的 RESTful API Web 测试包

时间:2024-06-22 15:41:54
【文件属性】:

文件名称:west:用 Go 编写的 RESTful API Web 测试包

文件大小:7KB

文件格式:ZIP

更新时间:2024-06-22 15:41:54

Go

西 包 west 提供了使用 httptest 包测试 HTTP 端点的帮助程序。 这个怎么运作 func TestSomething(t *testing.T) { is := is.New(t) // use whichever framework you like // use httptest to make a test server for YourHandler s := httptest.NewServer(new(YourHandler)) defer s.Close() // always do this right away // use west.R to make a request, and call Do res, err := west.R{ M: "GET", P: "/path", B: "body", }.


【文件预览】:
west-master
----west_test.go(2KB)
----is.go(2KB)
----response.go(2KB)
----encoding.go(429B)
----is_test.go(627B)
----response_test.go(1KB)
----example()
--------main.go(29B)
--------crud_test.go(1KB)
----doc.go(103B)
----request.go(2KB)
----README.md(831B)

网友评论