Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 600 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 600 Bytes

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