#
testify
Here are 34 public repositories matching this topic...
A full-featured set type for string elements in Go
-
Updated
Oct 16, 2018 - Go
A Java Testing Framework faithful to sound testing principles and best practices.
-
Updated
Nov 29, 2020 - Java
-
Updated
May 13, 2019 - Go
boilerplate rest api using https://github.com/gin-gonic
-
Updated
May 24, 2019 - Go
REST API for interaction with the mongodb
go
golang
mongodb
backend
rest-api
openapi
glide
swagger-ui
testify
go-restful
mockgen
mongodb-go-driver
-
Updated
Feb 27, 2019 - Go
Developed a REST API using Gorilla-Mux and then monitored it using Prometheus and Grafana.
-
Updated
Dec 3, 2020 - Go
Testify Project Blog
-
Updated
Aug 19, 2017 - HTML
Testify Project Website
javascript
testing
docker
spring
tdd
mockito
junit
jersey
springboot
guice
spring-mvc
hk2
testify
easymock
testing-framework
grpc-java
-
Updated
Aug 21, 2018 - CSS
A very basic Issue Tracker built using Go and following principles from Uncle Bob's Clean Architecture
-
Updated
Jan 8, 2021 - Go
An example for few of the popular crypto algorithm in golang and some reference in code. Embedding in golang for code sharing and performing a test over it
-
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,