testify
Here are 27 public repositories matching this topic...
-
Updated
Oct 16, 2018 - Go
-
Updated
May 13, 2019 - Go
-
Updated
Oct 24, 2020 - Java
-
Updated
May 24, 2019 - Go
-
Updated
Feb 27, 2019 - Go
-
Updated
Aug 19, 2017 - HTML
-
Updated
Aug 21, 2018 - CSS
-
Updated
Aug 22, 2020 - Go
-
Updated
Jul 2, 2018 - Go
Improve this page
Add a description, image, and links to the testify topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the testify topic, visit your repo's landing page and select "manage topics."
Hi,
It seems like the HTTP Assert package does not allow me to specify a body to pass in a POST request for example. Looking at the
HTTPBody()function, the body argument is set tonil:req, err := http.NewRequest(method, url+"?"+values.Encode(), nil)Is this by design, or am I looking at a missing feature?
Cheers,