Gostman: Postman like inside Go testing

This page summarizes the projects mentioned and recommended in the original post on /r/golang

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
  • gostman

    Postman nuances in Go Test

    Just release the first version of Gostman (v0.1.0). Gostman is an API Development like postman but run inside go test. Looking forward for a feedback.

  • requests

    HTTP requests for Gophers (by earthboundkid)

    I am very confused by the basics of this project. It’s clearly meant for testing somehow. Is it meant to issue test queries to a dev server? If so, why does it need YAML configuration? Why not just write a good HTTP client? (Other than that I already wrote it.)

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

  • postman-app-support

    Postman is an API platform for building and using APIs. Postman simplifies each step of the API lifecycle and streamlines collaboration so you can create better APIs—faster.

    Do you use Postman at some point? In the README I just describe Gostman as

  • httpexpect

    End-to-end HTTP and REST API testing for Go.

    I use this library: https://github.com/gavv/httpexpect

  • wrapt

    Wraps the go testing.T type in its own type to add testing conveniences.

    I just use a package I made called wrapt that combines its own interface type around testing.T and testify's assert adds a few new functions.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts