Skip to content

vehsamrak/resttest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages