vehsamrak / resttest

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rest unit testing tool for Golang

design-outdoor-furniture-sofa-table-sunchaire-re.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

About

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

License:GNU General Public License v3.0


Languages

Language:Go 100.0%