文件名称:Httpfake – Golang httptest包装器,可轻松设置伪造的服务器-Golang开发
文件大小:82KB
文件格式:ZIP
更新时间:2024-06-15 11:00:49
Golang Testing
httpfake httpfake提供的是httptest的简单包装,带有少量可链接的API,用于将处理程序设置为伪造的服务器。 该软件包旨在用于不能使用原始外部服务器的测试中。httpfake httpfake提供了一个简单的httptest包装器,其中包含少量可链接的API,用于将处理程序设置为伪造的服务器。 该软件包旨在用于不得到达原始外部服务器的测试中。 取而代之的是使用伪造的服务器,该服务器可以配置为根据需要处理任何请求。 安装请转到-u github.com/maxcnunes/httpfake或govendor获取github.com/maxcnunes/httpfake。 这样一来
【文件预览】:
httpfake-master
----.travis.yml(166B)
----logo()
--------gopher-httpfake.png(64KB)
----responder.go(610B)
----functional_tests()
--------simple_post_with_testing_test.go(1KB)
--------simple_get_with_testing_test.go(1KB)
--------not_registered_route_test.go(1KB)
--------simple_patch_test.go(1KB)
--------simple_put_test.go(1KB)
--------custom_handler_test.go(2KB)
--------simple_head_test.go(1KB)
--------get_query_string_test.go(1KB)
--------not_registered_method_test.go(1KB)
--------simple_put_with_testing_test.go(1KB)
--------simple_delete_test.go(1KB)
--------response_set_header_test.go(1KB)
--------simple_post_test.go(1KB)
--------response_set_reponse_bodystruct_test.go(1KB)
--------simple_get_test.go(1013B)
--------response_add_header_test.go(1KB)
----response.go(1KB)
----LICENSE(1KB)
----CONTRIBUTING.md(871B)
----httpfake_test.go(632B)
----assertions.go(6KB)
----.gitignore(25B)
----httpfake.go(4KB)
----Makefile(1KB)
----assertions_test.go(12KB)
----README.md(3KB)
----.editorconfig(263B)
----request.go(3KB)