#
testify
Here are 64 public repositories matching this topic...
A full-featured set type for string elements in Go
-
Updated
Oct 16, 2018 - Go
mockcompose generates mocking implementation for Go classes, interfaces and functions
go
mock
golang
generator
mocking
mocking-utility
mockery
class-generator
testify
class-generation
testify-mocking
generates-mocking
testfoo
-
Updated
Jul 10, 2021 - Go
A Java Testing Framework faithful to sound testing principles and best practices.
-
Updated
Jan 12, 2022 - Java
boilerplate rest api using https://github.com/gin-gonic
-
Updated
Feb 26, 2022 - Go
-
Updated
May 13, 2019 - Go
go
slack
golang
template
continuous-integration
discord
go-template
testify
goreleaser
gitpod
github-actions
mergify
github-template
-
Updated
Jun 24, 2022 - Makefile
This repo shows how to test and mock multiple dependencies using table-driven tests with testify-mock in Golang
-
Updated
Mar 23, 2021 - Go
Naive code generator that creates mock implementation using testify.mock.
-
Updated
Jun 24, 2022 - Go
REST API boilerplate built with go and clean architecture - Echo Framework
go
redis
golang
postgres
boilerplate
rest-api
postgresql
swagger
migration
clean-architecture
mockery
unit-test
testify
echo-framework
zap-log
-
Updated
May 27, 2022 - Go
Тестовое задание avitoTech ⚡
-
Updated
Dec 25, 2021 - Go
Disassembler for customed 8-bit microprocessor, "MOS Technology 6502" in Nintendo Entertainment System written in Golang.
-
Updated
Jan 14, 2021 - Go
Restful Golang Microservice
docker
nginx
kubernetes
golang
oauth2
dashboard
consul
helm
minikube
wire
service-mesh
mockery
go-micro
gin-gonic
testify
kind
parameter-store
aks
metrics-server
horizontal-pod-autoscaler
-
Updated
Jun 24, 2022 - Go
Developed a REST API using Gorilla-Mux and then monitored it using Prometheus and Grafana.
-
Updated
Dec 3, 2020 - Go
A very basic Issue Tracker built using Go and following principles from Uncle Bob's Clean Architecture
-
Updated
Jan 8, 2021 - Go
Migrating script for [TiCDC](https://github.com/pingcap/ticdc) to change the test-infra from gocheck to testify
-
Updated
Jan 6, 2022 - 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,