An open API service indexing awesome lists of open source software.

https://github.com/vehsamrak/resttest

Package for testing REST services in Golang (http handler functions)
https://github.com/vehsamrak/resttest

golang http-test rest resttest testing-library testing-tools

Last synced: 6 months ago
JSON representation

Package for testing REST services in Golang (http handler functions)

Awesome Lists containing this project

README

          

Rest unit testing tool for Golang
=================================

![design-outdoor-furniture-sofa-table-sunchaire-re.jpg](https://image.architonic.com/img_pfm2-4/204/1594/vondom-faz-37-b.jpg)

## With `resttest` you can

* Emulate HTTP request to test resulting HTTP response
* Gather response body, code and headers to assert them
* Use GET, POST, PUT, PATCH, DELETE, HEAD, OPTIONS, CONNECT and TRACE HTTP verbs
* Unit test http handler functions
* Omit redundant dependencies in your tests
* Reduce complexity of tests
* Keep your tests simple to write, easy to maintain and clear to understand